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
A user may wish to name their Nomad APM plugin something other than nomad-apm. Currently this will break the APM query canonicalize as the function currently exists early if source != nomad-apm.
Therefore when performing canonicalization as above, the function should have the ability to work correctly even in cases where the operators is using the non-default APM name.
A user may wish to name their Nomad APM plugin something other than
nomad-apm
. Currently this will break the APM query canonicalize as the function currently exists early ifsource != nomad-apm
.Therefore when performing canonicalization as above, the function should have the ability to work correctly even in cases where the operators is using the non-default APM name.
cc @eveld
The text was updated successfully, but these errors were encountered: