Skip to content

Commit

Permalink
Deprecated and remove BuildCustomMetricName open-telemetry#11302
Browse files Browse the repository at this point in the history
  • Loading branch information
olamideTiana committed Oct 3, 2024
1 parent 2d25853 commit 86f3452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/processorhelper/obsreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"go.opentelemetry.io/collector/processor/processorhelper/internal/metadata"
)

// Deprecated: [v0.111.0] no longer needed. To be removed in future.
// Deprecated: BuildCustomMetricName is deprecated. To be removed, use ObsReport instead.
func BuildCustomMetricName(configType, metric string) string {
componentPrefix := internal.ProcessorMetricPrefix
if !strings.HasSuffix(componentPrefix, internal.MetricNameSep) {
Expand Down

0 comments on commit 86f3452

Please sign in to comment.