mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fb42380ef3
- Rename -opentelemetry.sanitizeMetrics command-line flag to more clear -opentelemetry.usePrometheusNaming
- Clarify the description of the change at docs/CHANGELOG.md
- Rename promrelabel.SanitizeLabelNameParts to more clear promrelabel.SplitMetricNameToTokens
- Properly split metric names at '_' char in promerlabel.SplitMetricNameToTokens.
- Add tests for various edge cases for Prometheus metric names' normalization
according to the code at
|
||
---|---|---|
.. | ||
testdata | ||
config.go | ||
config_test.go | ||
debug.go | ||
debug.qtpl | ||
debug.qtpl.go | ||
graphite.go | ||
graphite_test.go | ||
graphite_timing_test.go | ||
if_expression.go | ||
if_expression_test.go | ||
relabel.go | ||
relabel_test.go | ||
relabel_timing_test.go | ||
scrape_url.go | ||
scrape_url_test.go |