You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Using a disassociated data stream where the alias is longer than 64 characters results in an error
What you expected to happen:
Data should be returned. Associating the stream with an asset allows it to be queried.
How to reproduce it (as minimally and precisely as possible):
Create 2 disassociated data streams named:
/123456789/123456789/123456789/123456789/123456789/123456789/s
/123456789/123456789/123456789/123456789/123456789/123456789/long
Create 2 queries of type "Get property history value"
Enter both property aliases. The first (62 characters) returns data, the second returns an eror:
failed to fetch query data: InvalidRequestException: 1 validation error detected: Value '_123456789_123456789_123456789_123456789_123456789_123456789_long' at 'entries.1.member.entryId' failed to satisfy constraint: Member must have length less than or equal to 64
Screenshots
Anything else we need to know?:
Environment:
Grafana version: 10.1.5
Plugin version: 1.11.1
OS Grafana is installed on: Linux
User OS & Browser: MacOS + Chrome
Others:
The text was updated successfully, but these errors were encountered:
What happened:
Using a disassociated data stream where the alias is longer than 64 characters results in an error
What you expected to happen:
Data should be returned. Associating the stream with an asset allows it to be queried.
How to reproduce it (as minimally and precisely as possible):
Create 2 disassociated data streams named:
/123456789/123456789/123456789/123456789/123456789/123456789/s
/123456789/123456789/123456789/123456789/123456789/123456789/long
Create 2 queries of type "Get property history value"
Enter both property aliases. The first (62 characters) returns data, the second returns an eror:
failed to fetch query data: InvalidRequestException: 1 validation error detected: Value '_123456789_123456789_123456789_123456789_123456789_123456789_long' at 'entries.1.member.entryId' failed to satisfy constraint: Member must have length less than or equal to 64
Screenshots
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: