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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
I believe it's a fairly common use-case to prefix your services metrics with a identifiable string instead of relying fully on labels. The main benefit I'm told is the ease of discovering what metrics are available for a service.
I believe it's a fairly common use-case to prefix your services metrics with a identifiable string instead of relying fully on labels. The main benefit I'm told is the ease of discovering what metrics are available for a service.
The extension is a fairly convenient place to do this https://github.com/tweedegolf/prometheus-bundle/blob/master/src/DependencyInjection/TweedeGolfPrometheusExtension.php#L39
Else https://github.com/tweedegolf/prometheus-client/blob/master/src/Validator.php#L72
The text was updated successfully, but these errors were encountered: