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

cmd/scollector: Additional functionality into ExtraHop collector #1698

Merged
merged 1 commit into from
May 13, 2016

Conversation

mhenderson-so
Copy link
Contributor

Additional functionality into ExtraHop collector for specifying additional keyed metrics to be collected.

Also made some small formatting & comment changes to be in-line with Go standards.

for _, v := range extraHopAdditionalMetrics {
metric, err := gohop.StoEHMetric(v)
if err != nil {
log.Println(err)
Copy link
Member

Choose a reason for hiding this comment

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

continue or return so main logic isn't indented.

@mhenderson-so mhenderson-so force-pushed the ExtraHopMetrics branch 6 times, most recently from 90be7b9 to 7f4c67c Compare April 12, 2016 15:28
… specifying additional keyed metrics to be collected
@kylebrandt kylebrandt merged commit 3fd1015 into bosun-monitor:master May 13, 2016
@mhenderson-so mhenderson-so deleted the ExtraHopMetrics branch July 12, 2016 14:18
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.

2 participants