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
Although it may be "surprising" that the groupping key persist throughout the lifecycle of the class, but given the volatile nature of the scenario using a push gateway it may be good enough (?)
The text was updated successfully, but these errors were encountered:
Yabeda doesn't offer a way to pass the the
grouping_key
param to the Prometheus PushGateway client.See the parameter here:
https://github.com/prometheus/client_ruby/blob/main/lib/prometheus/client/push.rb#L31-L35
It allows for more granularity when pushing metrics to the push gateway.
Maybe something along the lines of:
so as the caller I could do:
Although it may be "surprising" that the groupping key persist throughout the lifecycle of the class, but given the volatile nature of the scenario using a push gateway it may be good enough (?)
The text was updated successfully, but these errors were encountered: