You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier I implemented disableSend to do what the spec eventually settled on calling context_propagation_only -- i.e. I implemented an earlier version of the spec quickly for elastic/kibana#97934 to use.
The intent is to have:
disableSend to just skip sending events to APM server, but otherwise do all regular processing. The use case for this is simulating APM agent usage, say for CI.
contextPropagationOnly to do what disableSend is currently doing: skipping sending events to APM server and minimizing work.
At the time of writing, that Kibana issue has not yet merged. As well, the docs for the currently released disableSend don't mention the "minimizing work". Therefore, currently I think it would be fine to change the current disableSend behaviour to no longer minimize work without that being a breaking change. The steps would be:
Merge and release an impl of contextPropagationOnly and disableSend as intended.
Get the Kibana PR above to change to use contextPropagationOnly.
Alternatively, if Kibana ships using disableSend, then we might have to wait on changing disableSend behaviour until the next major.
The text was updated successfully, but these errors were encountered:
Spec PR: elastic/apm#461
Earlier I implemented
disableSend
to do what the spec eventually settled on callingcontext_propagation_only
-- i.e. I implemented an earlier version of the spec quickly for elastic/kibana#97934 to use.The intent is to have:
disableSend
to just skip sending events to APM server, but otherwise do all regular processing. The use case for this is simulating APM agent usage, say for CI.contextPropagationOnly
to do whatdisableSend
is currently doing: skipping sending events to APM server and minimizing work.At the time of writing, that Kibana issue has not yet merged. As well, the docs for the currently released
disableSend
don't mention the "minimizing work". Therefore, currently I think it would be fine to change the currentdisableSend
behaviour to no longer minimize work without that being a breaking change. The steps would be:contextPropagationOnly
anddisableSend
as intended.contextPropagationOnly
.Alternatively, if Kibana ships using
disableSend
, then we might have to wait on changingdisableSend
behaviour until the next major.The text was updated successfully, but these errors were encountered: