influxdb/nats
Chris Goller bb09a74732 fix(gather): add all subscribers to a single nats queue group
Previously, scrapers would scrape the target 10 times.  This was
because each scraper subscriber was not put into a queue group.

I've added the queue group "metrics" and now we the subcribers
will only scrape the target once.

Additionally, I moved to using nats memory instead of nats file
store.  We don't need durability for scraper runs across restarts.
2019-01-22 23:05:24 -06:00
..
handler.go feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
message.go feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
publisher.go feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
server.go fix(gather): add all subscribers to a single nats queue group 2019-01-22 23:05:24 -06:00
subscriber.go feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00
subscription.go feat(http): add write path (#682) 2018-08-29 16:15:39 -07:00