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
I set up
graphite_addr = "localhost:40004"
graphite_interval = 10000 # in ms
40004 is a socket listener. I am expecting all internal metrics are goes to socket but it seems like^
prefix carbon-relay-ng.stats. goes through graphite_addr
prefix service_is_carbon-relay-ng. goes directrly to the routes
is it true? is so why and is it possible to push service_is_carbon-relay-ng.<instance> to the **graphite_addr**
The text was updated successfully, but these errors were encountered:
I set up
graphite_addr = "localhost:40004"
graphite_interval = 10000 # in ms
40004 is a socket listener. I am expecting all internal metrics are goes to socket but it seems like^
prefix carbon-relay-ng.stats. goes through graphite_addr
prefix service_is_carbon-relay-ng. goes directrly to the routes
is it true? is so why and is it possible to push
service_is_carbon-relay-ng.<instance>
to the**graphite_addr**
The text was updated successfully, but these errors were encountered: