Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metrics.circonus: Add support for circonus.submissionurl #574

Merged
merged 4 commits into from
Nov 20, 2018
Merged

metrics.circonus: Add support for circonus.submissionurl #574

merged 4 commits into from
Nov 20, 2018

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Nov 20, 2018

There are times when nodes that fabio are deployed on already have a circonus metrics agent added to them. Following the pattern that Consul, Nomad and Vault have taken, we can actually send the application metrics to the local agent by using the SubmissionURL

I am currently using this in our environment with the config as follows:

metrics.target=circonus
metrics.circonus.submissionurl=http://127.0.0.1:2609/write/fabio

stack72 and others added 4 commits November 20, 2018 17:06
There are times that we want to send metrics to a local circonus agent
rather than across the wire to the Circonus API. This is now supported

You either need to supply Circonus APIKey or Circonus SubmissionURL and
the circonus go-metrics library will choose as expected

This follows the same configuration options as that of Vault, Nomad & Consul
@magiconair magiconair added this to the 1.5.11 milestone Nov 20, 2018
@magiconair magiconair merged commit 1f3ad2e into fabiolb:master Nov 20, 2018
@magiconair
Copy link
Contributor

Thanks Paul!

@stack72 stack72 deleted the circonus-submission-url branch November 20, 2018 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants