Skip to content

Commit

Permalink
Rename flag to capture enduser id (open-telemetry#9788)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr authored and Abhishekkr3003 committed Nov 7, 2023
1 parent a61a10e commit 9f6604d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public static CommonConfig get() {
config.getBoolean("otel.instrumentation.http.client.emit-experimental-metrics", false);
emitExperimentalHttpServerMetrics =
config.getBoolean("otel.instrumentation.http.server.emit-experimental-metrics", false);
captureEnduser =
config.getBoolean("otel.instrumentation.common.capture-enduser.enabled", false);
captureEnduser = config.getBoolean("otel.instrumentation.common.enduser.id.enabled", false);
}

public PeerServiceResolver getPeerServiceResolver() {
Expand Down

0 comments on commit 9f6604d

Please sign in to comment.