Skip to content

Commit 513ceee

Browse files
committed
cli-plugins/manager: remove deprecated ResourceAttributesEnvvar
This const was deprecated in 9dc175d, which is part of v28.0, so let's remove it. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5876b29 commit 513ceee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli-plugins/manager/manager.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ const (
2424
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
2525
// the plugin to re-execute the original CLI.
2626
ReexecEnvvar = metadata.ReexecEnvvar
27-
28-
// ResourceAttributesEnvvar is the name of the envvar that includes additional
29-
// resource attributes for OTEL.
30-
//
31-
// Deprecated: The "OTEL_RESOURCE_ATTRIBUTES" env-var is part of the OpenTelemetry specification; users should define their own const for this. This const will be removed in the next release.
32-
ResourceAttributesEnvvar = "OTEL_RESOURCE_ATTRIBUTES"
3327
)
3428

3529
// errPluginNotFound is the error returned when a plugin could not be found.

0 commit comments

Comments
 (0)