Skip to content

Latest commit

 

History

History
 
 

lowercase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lowercase Processor Plugin

The lowercase processor plugin ensures that metric names and fields are lowercase.

By default, metrics are coerced to lowercase. Optionally, metrics may be copied, so that the original metric is preserved and a lowercase copy is also emitted.

Configuration:

# Coerce all metrics that pass through this filter to lowercase.
[[processors.lowercase]]
  ## Sends both Some_Metric and some_metric if true. 
  ## If false, sends only some_metric.
  # send_original = false

Tags:

No tags are applied by this processor.