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 am running multiple servers that generate hystrix metrics and have a different server for running the turbine. I am wondering if adding the below plugin in the turbine application helps in publishing the aggregated data to Graphite/ any similar one using HystrixServoMetricsPublisher.
I haven't found any documentation or articles about the turbine aggregated metrics getting published to Graphite.
The text was updated successfully, but these errors were encountered:
srinuk1246
changed the title
Publishing the Aggregated metrics from turbine to Graphite
Publishing the Aggregated metrics from Turbine application to Graphite
Aug 22, 2017
I am running multiple servers that generate hystrix metrics and have a different server for running the turbine. I am wondering if adding the below plugin in the turbine application helps in publishing the aggregated data to Graphite/ any similar one using HystrixServoMetricsPublisher.
I haven't found any documentation or articles about the turbine aggregated metrics getting published to Graphite.
HystrixPlugins.getInstance().registerMetricsPublisher(HystrixServoMetricsPublisher.getInstance());
Any thoughts?
The text was updated successfully, but these errors were encountered: