newrelic / nri-statsd

Apache License 2.0
4 stars 8 forks source link

Request for Loadbalancer Adminport for service check #46

Open ORuessel opened 11 months ago

ORuessel commented 11 months ago

Description

In Kubernetes or other orchestration software with multiple instances of new statsd in a high flexibel environment general statsd docker image support a tcp port to monitor the health of statsd instance.

Acceptance Criteria

central port with tcp for loadbalancer to create a health check on this

Describe Alternatives

A clear and concise description of any alternative solutions or features you've considered Are there examples you could link us to?

Dependencies

Do any other teams or parts of the New Relic product need to be considered? Some common areas: UI, collector, documentation

Additional context

What else should we know about this story that might not fit into the other categories?

Estimates

Please provide initial t-shirt size. S = 1-3 days, M = 3-5 days (1 week), L = 1-2 weeks (1 sprint)

For Maintainers Only or Hero Triaging this bug

Suggested Priority (P1,P2,P3,P4,P5): Suggested T-Shirt size (S, M, L, XL, Unknown):

workato-integration[bot] commented 11 months ago

https://issues.newrelic.com/browse/NR-146969

josemore commented 11 months ago

thanks for submitting this, it seems we'd need to configure the http server for health from gotstatsd: https://github.com/atlassian/gostatsd#configuring-http-servers

are you able / willing to contribute this change?