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
When we view the graphite dashboard we find that the ProbeAdaptor shows up in a location marked "local" instead of a location using the client machines' IP address.
However being that the Probe Adaptor is not an MP - the code in
StatsCollectorFactoryCoda::buildPrefix
line 146: if (destination != null && destination instanceof TcpDestination)
Causes the prefix to default to "local" and the ProbeAdaptor stats wind up in the default "local" bucket which is confusing to the QA folks.
The text was updated successfully, but these errors were encountered:
When we view the graphite dashboard we find that the ProbeAdaptor shows up in a location marked "local" instead of a location using the client machines' IP address.
However being that the Probe Adaptor is not an MP - the code in
StatsCollectorFactoryCoda::buildPrefix
line 146: if (destination != null && destination instanceof TcpDestination)
Causes the prefix to default to "local" and the ProbeAdaptor stats wind up in the default "local" bucket which is confusing to the QA folks.
The text was updated successfully, but these errors were encountered: