Skip to content

Commit

Permalink
Change provider name for experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jan 2, 2024
1 parent 68b3943 commit 63aa87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/etw_threads/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ using namespace opentelemetry::exporter::etw;
// - Specify "OpenTelemetry-ETW-TLD" in the list of providers.
//
// Event view shows event flow in realtime.
const char *kGlobalProviderName = "OpenTelemetry-ETW-TLD";
const char *kGlobalProviderName = "OpenTelemetry";

std::string providerName = kGlobalProviderName;

Expand Down

0 comments on commit 63aa87d

Please sign in to comment.