For more context, on Newrelic or ELK APM's, it's possible to add custom labels or context data to transactions, that would work similarly to adding tags/labels to Prometheus metrics.
Examples: ELK and Newrelic
I'm aware that it is usually a bad idea to place identifiers into Prometheus as it may cause huge memory consumption by both Prometheus and your application. https://prometheus.io/docs/practices/naming/#labels.
I'm not sure if this is the best way to accomplish that, and I'd appreciate your input.
Hi,
Are there plans to add support for dynamic labels/tags set in runtime?
The idea would be to add custom tags to support metrics segmented by Customers or any other attribute. Example:
For more context, on Newrelic or ELK APM's, it's possible to add custom labels or context data to transactions, that would work similarly to adding tags/labels to Prometheus metrics. Examples: ELK and Newrelic
I'm aware that it is usually a bad idea to place identifiers into Prometheus as it may cause huge memory consumption by both Prometheus and your application. https://prometheus.io/docs/practices/naming/#labels.
I'm not sure if this is the best way to accomplish that, and I'd appreciate your input.
Best,