Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 717 Bytes

relabel.md

File metadata and controls

22 lines (17 loc) · 717 Bytes

Relabel

moduleName relabel
Module type processor
Input event raw
Output event raw

This module allows you to modify the event metadata or drop the event at all. It uses native Prometheus relabel_config syntax. In this case metadata is referred as labels. See the upstream documentation for more info. Referenced metadata keys needs to be a valid Prometheus' label name.

moduleConfig

eventRelabelConfigs:
    - <relabel_config>

You can find some examples here.