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
Currently it's not possible to use variables in metrics labels, but some APIs return responses without the input.
It would be great to be able to use variable values in metric labels.
Example
labels:
input_value: '{{ .myVal | first }}'
Error returned
caller=collector.go:134 level=error msg="Failed to parse jsonpath" err="unrecognized character in action: U+007B '{'" path="{{ .myVal | first }}"
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Currently it's not possible to use variables in metrics labels, but some APIs return responses without the input.
It would be great to be able to use variable values in metric labels.
Example
Error returned
Thanks in advance!
The text was updated successfully, but these errors were encountered: