Hello! ~Is it possible to control prometheus metr...
# ask-for-help
j
Hello! Is it possible to control prometheus metric label naming conventions (applies to both 0.13.2 and 1.x releases) - Specifically thinking about the metric_postfix:
BENTO_<service_name>_<metric>_<metric_postfix>
example would like to remove all postfixes with
_total
We’ve got an internal kubernetes operator which mutates all manifests to be compliant with in-house naming conventions (now we get
_total_total
which is a bit weird)
A bug on our side - all good, don't think we need a feature to control metric labels after all 👍