Skip to content

Commit

Permalink
fix pebkc
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Mar 26, 2024
1 parent ca63990 commit d1ab6af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
"io.opentelemetry.javaagent.tooling.DistroVersionResourceProvider");

Map<String, String> config = new HashMap<>();
config.put(DISABLED_RESOURCE_PROVIDERS, String.join(",", config));
config.put(DISABLED_RESOURCE_PROVIDERS, String.join(",", disabledConfig));

// disable loading expensive resource providers when invoked
config.put(ElasticResourceProvider.SKIP_EXPENSIVE_RESOURCE_PROVIDERS, "true");
Expand Down

0 comments on commit d1ab6af

Please sign in to comment.