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

Initial graphite/metrics support #30

Merged
merged 6 commits into from
Jan 26, 2016
Merged

Initial graphite/metrics support #30

merged 6 commits into from
Jan 26, 2016

Conversation

csstaub
Copy link
Member

@csstaub csstaub commented Dec 23, 2015

r: @alokmenghrajani @mcpherrinm @sqshh

Initial graphite/metrics support. Collects metrics on accepted connections total, accepted connections success/failures, connection lifetime/duration, and open connection count.

@csstaub csstaub mentioned this pull request Dec 23, 2015
@csstaub
Copy link
Member Author

csstaub commented Jan 26, 2016

ping @drcapulet @alokmenghrajani

@@ -51,7 +54,10 @@ var (
allowAll = app.Flag("allow-all", "Allow all clients, do not check client cert subject.").Bool()
allowedCNs = app.Flag("allow-cn", "Allow clients with given common name (can be repeated).").PlaceHolder("CN").Strings()
allowedOUs = app.Flag("allow-ou", "Allow clients with organizational unit name (can be repeated).").PlaceHolder("OU").Strings()
statusPort = app.Flag("status-port", "Enable serving /_status on given localhost:PORT (shows tunnel/backend health status).").PlaceHolder("PORT").Int()
graphiteAddr = app.Flag("graphite", "Collect metrics and report them to the given graphite instance.").PlaceHolder("ADDR").TCP()
metricsURL = app.Flag("metrics-bridge", "Collect metrics and report them to the given URL (over HTTP/JSON).").PlaceHolder("URL").String()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--metrics-urls feels more readable instead of bridge.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I'll update this.

@alokmenghrajani
Copy link
Collaborator

lgtm. Great job adding a test too 👍

@drcapulet
Copy link

Nice work 👍

csstaub added a commit that referenced this pull request Jan 26, 2016
Initial graphite/metrics support
@csstaub csstaub merged commit 321e60f into master Jan 26, 2016
@csstaub csstaub deleted the cs/graphite branch January 26, 2016 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants