In many metrics system (for example, Datadog) sending all tags will be cost prohibitive if not impossible. Since filtering metrics tags to a small set of allowed tags is a common requirement, add a LabelFilter to support this easily.
Note: I'm fairly new with Rust, please let me know if there are better ways to implement this.
In many metrics system (for example, Datadog) sending all tags will be cost prohibitive if not impossible. Since filtering metrics tags to a small set of allowed tags is a common requirement, add a
LabelFilter
to support this easily.Note: I'm fairly new with Rust, please let me know if there are better ways to implement this.