For graphite exporter mappings i see there's a special action: "drop" for a catch-all rule that can discard the incoming that dont match.
---
- match: "."
match_type: regex
action: drop
name: "delete"
I wonder if there's a way to have a catch-all rule that saves the received metric to a file or to the stdout, so i can add track/add the unmatched metrics? I checked the statsd_exporter github and was unable to find all the possible actions there, maybe you know?
For graphite exporter mappings i see there's a special action: "drop" for a catch-all rule that can discard the incoming that dont match.
I wonder if there's a way to have a catch-all rule that saves the received metric to a file or to the stdout, so i can add track/add the unmatched metrics? I checked the statsd_exporter github and was unable to find all the possible actions there, maybe you know?