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

Refactor node_exporter to support collectors. #1

Merged
merged 1 commit into from
May 14, 2013

Conversation

discordianfish
Copy link
Member

A collector is a type matching 'Collector' interface.

The following collectors where added:

  • NativeCollector wrapping the original functionality (attributes, load)
  • GmondCollector scraping ganglia's gmond (based on gmond_exporter)
  • MuninCollector scraping munin (based on munin_exporter)

MemProfile string
}

// New takes the path to a config file and returns a exporter instance
Copy link
Member

Choose a reason for hiding this comment

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

a exporter -> an exporter :)

A collector is a type matching 'Collector' interface.

The following collectors where added:
- NativeCollector wrapping the original functionality (attributes, load)
- GmondCollector scraping ganglia's gmond (based on gmond_exporter)
- MuninCollector scraping munin (based on munin_exporter)
@discordianfish
Copy link
Member Author

Merging as discussed with @juliusv.

discordianfish added a commit that referenced this pull request May 14, 2013
Refactor node_exporter to support collectors.
@discordianfish discordianfish merged commit b199e6d into master May 14, 2013
@discordianfish discordianfish deleted the refactor-multiple-collectors branch May 14, 2013 13:43
@cmsj cmsj mentioned this pull request Jul 31, 2017
@grobie grobie mentioned this pull request Jan 3, 2018
@Pasha49 Pasha49 mentioned this pull request Jul 24, 2023
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