You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli-plugins/manager/manager.go
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,6 @@ const (
24
24
// plugin. Assuming $PATH and $CWD remain unchanged this should allow
25
25
// the plugin to re-execute the original CLI.
26
26
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.
0 commit comments