fluent / fluent-plugin-prometheus

A fluent plugin that collects metrics and exposes for Prometheus.
Apache License 2.0
257 stars 79 forks source link

Can I control the label case? #127

Open yfried opened 5 years ago

yfried commented 5 years ago

I need hostname to be in lowercase. Can I do something like:

  <labels>
    host ${hostname}.lower()
  </labels>
ganmacs commented 5 years ago

There is no way to do this now. PR is welcome :)