elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

[Config] Add Disable Send and Context Propagation Only #304

Open jackshirazi opened 4 days ago

jackshirazi commented 4 days ago

Classic agent link

What it does

Disable Send sets the agent to making no comms to APM server/collector, but everything else works (including creating transactions etc, eg for log correlation) Context Propagation Only is the same as Disable Send except that the agent still connects to the APM-server for fetching configuration updates and health checks

Implementation difficulty, location, and dynamism