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

Return multiple metrics if multiple matches the search #37

Open
ZuperZee opened this issue Jun 19, 2023 · 0 comments
Open

Return multiple metrics if multiple matches the search #37

ZuperZee opened this issue Jun 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ZuperZee
Copy link
Contributor

What would you like to be added:

Return multiple metrics if multiple matches the search.
This is mostly for getMetricValueWithFilters.

Lets say the data returned have these labels.

First:

{
  "a": "nice",
  "b": "great",
  "c": "not cool"
}

Second:

{
  "a": "nice",
  "b": "great",
  "c": "cool"
}

And you don't care what c is. You could then get them with:

{
  "a": "nice",
  "b": "great"
}

Why is this needed:

@ZuperZee ZuperZee added the enhancement New feature or request label Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant