fluent-plugin-prometheus
fluent-plugin-prometheus copied to clipboard
Can I control the label case?
I need hostname to be in lowercase. Can I do something like:
<labels>
host ${hostname}.lower()
</labels>
There is no way to do this now. PR is welcome :)