Add --graphite.filtered-tags to only convert to tags some labels
The Format structure was refactored to allow filtering a fixed list of labels
that will be exported as tags when writing metrics. Remaining other
label/values will still used to build the metric name. This feature is only
supported for Graphite Tags. Added unit tests as well.
While I was at it, updating go modules & some misc. doc changes.
Add --graphite.filtered-tags to only convert to tags some labels
The Format structure was refactored to allow filtering a fixed list of labels that will be exported as tags when writing metrics. Remaining other label/values will still used to build the metric name. This feature is only supported for Graphite Tags. Added unit tests as well.
While I was at it, updating go modules & some misc. doc changes.
This is part of OBS-56844.