Skip to content

Commit 64474d2

Browse files
committedMar 21, 2025··
Add deprecation notice to otlptranslator
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
1 parent b35ad99 commit 64474d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎otlptranslator/doc.go

+2
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
// Use BuildMetricName to build a metric name that will be accepted by Prometheus with full UTF-8 support.
2222
//
2323
// Use NormalizeLabel to normalize a label name to a valid format that can be used in Prometheus before UTF-8 characters were supported.
24+
//
25+
// Deprecated: Use github.com/prometheus/otlptranslator instead.
2426
package otlptranslator

0 commit comments

Comments
 (0)
Please sign in to comment.