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
Describe the bug Documentation suggests that you can set global labels via the environment variable ELASTIC_APM_GLOBAL_LABELS. When I set this value in an agent, I see no extra labels in APM. Searching the codebase here, I see no reference to the variable in code, just one mention in docs.
To Reproduce
Steps to reproduce the behavior:
Set `ELASTIC_APM_GLOBAL_LABELS=foo=bar,baz=bat"
Execute the application, causing a trace to be generated
View into the transaction's metadata in APM
See no extra labels
Expected behavior
Extra labels to be visible in APM.
The text was updated successfully, but these errors were encountered:
Verified that this does work. I was using a quite old version of the agent (1.5), but upgrading to the most recent version fixed it. Sorry for the noise.
Describe the bug
Documentation suggests that you can set global labels via the environment variable
ELASTIC_APM_GLOBAL_LABELS
. When I set this value in an agent, I see no extra labels in APM. Searching the codebase here, I see no reference to the variable in code, just one mention in docs.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Extra labels to be visible in APM.
The text was updated successfully, but these errors were encountered: