Skip to content

Commit

Permalink
stupid code
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshg13 committed Nov 5, 2024
1 parent 10cbb9a commit 491d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/setup/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func setupOTLPEnvironmentVariables(config pkgconfigmodel.Setup) {

// Metrics settings
config.BindEnv(OTLPSection + ".metrics.delta_ttl")
config.BindEnvAndSetDefault(OTLPSection+".metrics.resource_attributes_as_tags", false)
config.BindEnv(OTLPSection + ".metrics.resource_attributes_as_tags")
config.BindEnv(OTLPSection + ".metrics.instrumentation_library_metadata_as_tags")
config.BindEnv(OTLPSection + ".metrics.instrumentation_scope_metadata_as_tags")
config.BindEnv(OTLPSection + ".metrics.tag_cardinality")
Expand Down

0 comments on commit 491d7ad

Please sign in to comment.