Skip to content

Commit

Permalink
chore: remove default env resource attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 11, 2024
1 parent 0525a14 commit 00e22c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracing/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ var Flags = []cli.Flag{
EnvVars: []string{"VELA_OTEL_TRACING_RESOURCE_ENV_ATTRIBUTES"},
Name: "tracing.resource.env_attributes",
Usage: "set otel resource attributes as a list of key=env_variable_key pairs. each one will be attached to each span as an attribute where the value is retrieved from the environment using the pair value",
Value: cli.NewStringSlice("deployment.environment=CLOUD_ENVIRONMENT"),
},

// Sampler Flags
Expand Down

0 comments on commit 00e22c4

Please sign in to comment.