Fix typo in TRACING.md

This commit is contained in:
Rory Hunter 2022-08-08 09:28:44 +01:00
parent c4bd4d3cbf
commit 259d2e0b1d

View file

@ -45,7 +45,7 @@ For context, the APM agent pulls configuration from [multiple
sources][agent-config], with a hierarchy that means, for example, that options
set in the config file cannot be overridden via system properties.
Now, in order to send tracing data to the APM server, ES needs to configured with
Now, in order to send tracing data to the APM server, ES needs to be configured with
either a `secret_key` or an `api_key`. We could configure these in the agent via
system properties, but then their values would be available to any Java code in
Elasticsearch that can read system properties.