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
Hi @jplevyak@PiotrSikora , can you help out regarding how can we define Prometheus metric labels when constructing metrics using the higher level metrics interface of the SDK?
Initially thought that metrics tags are translated into Prometheus metrics labels however apparently metrics tags are appended to the metric name, e.g.: metric1_label_foo instead of metric1{label="foo"}
The text was updated successfully, but these errors were encountered:
Hi @jplevyak @PiotrSikora , can you help out regarding how can we define Prometheus metric labels when constructing metrics using the higher level metrics interface of the SDK?
Initially thought that metrics tags are translated into Prometheus metrics labels however apparently metrics tags are appended to the metric name, e.g.:
metric1_label_foo
instead ofmetric1{label="foo"}
The text was updated successfully, but these errors were encountered: