Skip to content

Commit

Permalink
Rename flag to capture enduser id
Browse files Browse the repository at this point in the history
This brings the flag name into alignment with open-telemetry#9777
  • Loading branch information
philsttr committed Oct 31, 2023
1 parent b453252 commit 44ef9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static CommonConfig get() {
emitExperimentalHttpServerMetrics =
config.getBoolean("otel.instrumentation.http.server.emit-experimental-metrics", false);
captureEnduser =
config.getBoolean("otel.instrumentation.common.capture-enduser.enabled", false);
config.getBoolean("otel.instrumentation.common.enduser.id.enabled", false);
}

public PeerServiceResolver getPeerServiceResolver() {
Expand Down

0 comments on commit 44ef9e9

Please sign in to comment.