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
Is your feature request related to a problem? Please describe.
This query:
{span.http.status_code >= "200"}
will fail with this error:
illegal operation for the given types: span.http.status_code >= `200`
Support range operators (>, >= ,<=, <) for strings. Note that this should not attempt to convert strings to number values, but should instead use lexicographic ordering when comparing strings.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This query:
will fail with this error:
Support range operators (>, >= ,<=, <) for strings. Note that this should not attempt to convert strings to number values, but should instead use lexicographic ordering when comparing strings.
The text was updated successfully, but these errors were encountered: