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

[FEATURE] Allow to target tags/column names in metric groups #339

Open
mateuszklimek opened this issue Aug 9, 2022 · 0 comments
Open

[FEATURE] Allow to target tags/column names in metric groups #339

mateuszklimek opened this issue Aug 9, 2022 · 0 comments

Comments

@mateuszklimek
Copy link
Member

Tell us about the problem you're trying to solve

Sometimes users would like to compute different metrics for different columns

Describe the solution you’d like

re_data:metrics_groups:
   metrics_for_columns_with_tag1:
    column:
      tag:tag1:
        - min
        - max
        - avg

   metrics_for_columns_with_tag2:
     column:
       tag:tag_name2:
        - avg
        - sum
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

No branches or pull requests

1 participant