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
As discussed here, we want to add a serviceservice.name label to all the metrics we produce (all function. metrics and build_info).
It should be possible to load this label from an environment variable, or if there is an Autometrics initialization function it can be a parameter to that function. If a service name is not specified, the package name should be used by default.
All of the generated queries should be updated as well so that function metrics are identified by (function, module, service)(function, module, service_name).
As discussed here, we want to add a
service
service.name
label to all the metrics we produce (allfunction.
metrics andbuild_info
).It should be possible to load this label from an environment variable, or if there is an Autometrics initialization function it can be a parameter to that function. If a service name is not specified, the package name should be used by default.
All of the generated queries should be updated as well so that function metrics are identified by
(function, module, service)
(function, module, service_name)
.service.name
label to the spec #28service.name
label to all metrics autometrics-rs#116service.name
label to all metrics autometrics-go#60service.name
label to all metrics autometrics-ts#86service.name
label to all metrics autometrics-py#61service.name
label to all metrics autometrics-cs#12service.name
label to all metrics jamsiedaly/autometricsj#4The text was updated successfully, but these errors were encountered: