Can I specify a metric prefix for default collectors? #141
-
Can I specify a metric prefix for default collectors that are enabled like this? app.UsePrometheusServer(prometheusOptions =>
{
prometheusOptions.MapPath = metricSinkConfiguration.PrometheusScrapingEndpoint.BaseUriPath;
prometheusOptions.UseDefaultCollectors = true;
}); |
Beta Was this translation helpful? Give feedback.
Answered by
phnx47
Jun 14, 2021
Replies: 1 comment 2 replies
-
Interesting... We can add this in the next versions |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tomkerkhove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting... We can add this in the next versions