Replace deprecated apm settings#2274
Conversation
tracing.apm.* settings were deprecated in 8.14.0 in favor of the new telemetry.* settings. Use the new settings starting with 8.14.0. Old settings will be removed in 9.0.
|
Not sure about adding also the user setting |
With that new naming, it is true that is like agnostic of the service/implementation used, but at least, currently the stack requires APM service for this to work. So, maybe it could be kept as Just to give some other example, I remember that I required to configure APM (enabled |
| telemetry.tracing.enabled: true | ||
| telemetry.agent.server_url: "http://fleet-server:8200" | ||
| telemetry.agent.environment: "dev" |
💚 Build Succeeded
History
cc @jsoriano |
|
test integrations |
|
Created or updated PR in integrations repository to test this version. Check elastic/integrations#12116 |
tracing.apm.*settings were deprecated in 8.14.0 in favor of the newtelemetry.*settings. Use the new settings starting with 8.14.0.Old settings will be removed in 9.0.
See elastic/elasticsearch#104908.