betfair / opentsp

Time Series Pipeline (TSP) is an open metric gathering and routing system.
Apache License 2.0
27 stars 5 forks source link

cmd/tsp-aggregator: self-stats absent in opentsdb #17

Open masiulaniec opened 9 years ago

masiulaniec commented 9 years ago

Aggregator's self-stats tsp.aggregator.* are only available in aggregator's own real-time stream. Direct subscribers like OpenTSDB don't observe aggregator's metrics. One solution to this would be to make all programs in the tsp-* family publish their stats in a conventional place (e.g. /var/run/tsp-aggregator.sock in aggregator's case), which tsp-forwarder could detect and scrape automatically.

pharaujo commented 9 years ago

I just realized tsp.collect-site.* are also missing, because they are injected into the site feed.

masiulaniec commented 9 years ago

That would get resolved if issue #1 was fixed in addition to this one.