artprima / prometheus-metrics-bundle

Symfony 5/6 Prometheus Metrics Bundle
MIT License
127 stars 29 forks source link

Custom default labels #97

Open satdeveloping opened 4 months ago

satdeveloping commented 4 months ago

Am I able to add my own default labels, so I can query by hostname and action?

denisvmedia commented 4 months ago

Not out of box. You can however take Metrics/AppMetrics.php, copy to your app and modify according to your needs.