Skip to content

Commit a2696fd

Browse files
authored
[chore] Use different name for telemetry level key (open-telemetry#10547)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> Renames key to avoid conflict in JSON format. #### Link to tracking issue Fixes open-telemetry#10537
1 parent d545fb6 commit a2696fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
const (
2626
zapKeyTelemetryAddress = "address"
27-
zapKeyTelemetryLevel = "level"
27+
zapKeyTelemetryLevel = "metrics level"
2828
)
2929

3030
type meterProvider struct {

0 commit comments

Comments
 (0)