graylog-labs / graylog-plugin-metrics-reporter

Graylog Metrics Reporter Plugins
https://www.graylog.org/
GNU General Public License v3.0
80 stars 18 forks source link

allow Graphite instance to properly handle dns based hostnames #26

Closed sherzberg closed 6 years ago

sherzberg commented 6 years ago

We have graphite tcp listeners behind an ELB in AWS (not that is is specific to AWS, just showing our scenario). When the ELB ips change, we start to not receive metrics from Graylog. This change basically just uses the proper Graphite constructor to handle dns in the graphite implementation. More info here https://github.com/dropwizard/metrics/issues/606.

As a side note, it appears at first glance that the Gelf metric reporter may suffer from this issue too. But we don't use that, so I cannot confirm that.