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

Use the Prometheus metric name as the measurement name by default. #1394

Merged
merged 1 commit into from
May 19, 2017

Conversation

nathanielc
Copy link
Contributor

@nathanielc nathanielc commented May 19, 2017

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

Problem:

Raw scrape data from Prometheus targets was all in a single measurement and essentially unusable as a result. Currently you must use some kind of TICKscript to transform the data to something more usable.

Solution:

Use the __name__ tag as the measurement name, but leave the __name__ tag on the raw data. This allows for transformations to be easily made if desired and for the default raw data to more accessible.

@nathanielc nathanielc force-pushed the nc-breakout-measurement branch from d78a6aa to 214ad0a Compare May 19, 2017 20:09
@nathanielc nathanielc merged commit 214ad0a into master May 19, 2017
nathanielc added a commit that referenced this pull request May 19, 2017
Use the Prometheus metric name as the measurement name by default.
@nathanielc nathanielc deleted the nc-breakout-measurement branch May 19, 2017 20:23
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