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

function/flag for dropping common labels #384

Closed
bernerdschaefer opened this Issue Mar 19, 2014 · 1 comment

Comments

Projects
None yet
1 participant
@bernerdschaefer
Copy link
Contributor

bernerdschaefer commented Mar 19, 2014

It would be helpful to have a function (or UI button / query param) to omit common labels from the returned results.

An expression often evaluates to many time series with common labels. Sometimes, it's the difference between label sets that reveals information, e.g., if a series is labeled with a software version. The "version" label could easily be lost in the noise from shared labels given you run something like request_latency_ms{app="foo"} and not sum(request_latency_ms{app="foo"}) by (version).

@juliusv juliusv closed this in b65c5dd Aug 5, 2014

juliusv added a commit that referenced this issue Nov 25, 2014

Add function to drop common labels in a vector.
This fixes #384.

Change-Id: I2973c4baeb8a4618ec3875fb11c6fcf5d111784b

simonpasquier pushed a commit to simonpasquier/prometheus that referenced this issue Oct 12, 2017

Merge pull request prometheus#384 from prometheus/fish/add-heka-exporter
Rename heka-exporter and add new heka-exporter
@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.