Skip to content

exports hystrix/turbine metrics in the prometheus format

License

Notifications You must be signed in to change notification settings

18511547952/hystrix_exporter

Repository files navigation

hystrix_exporter

Exports hystrix/turbine metrics in the prometheus format

You can create a YAML file like this:

clusters:
- name: example
  url: http://example/hystrix.stream
- name: another
  url: http://another-example/turbine/turbine.stream?another

And run it with ./hystrix_exporter -c config.yml.

It will expose the metrics as :9444/metrics, which you can scrap with Prometheus.

Check the Releases page for docker images and binaries.

About

exports hystrix/turbine metrics in the prometheus format

Resources

License

Stars

Watchers

Forks

Packages

No packages published