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

Add support for dropping outcome metrics in a custom config #2024

Open
danielkberry opened this issue Dec 4, 2023 · 0 comments
Open

Add support for dropping outcome metrics in a custom config #2024

danielkberry opened this issue Dec 4, 2023 · 0 comments

Comments

@danielkberry
Copy link
Contributor

danielkberry commented Dec 4, 2023

Currently, it is only possible to override the definition of outcome metrics. It can be valuable to have the ability to ignore these metrics completely.

Today we have to do something like

[metrics.metric_name]
select_expression = 'SUM(0)'

to replace the outcome metric's select_expression with a no-op that's quick to compute. This leaves the data in an invalid state, but is usable if you know to ignore those metrics.

It would be ideal if we could do something like

[metrics]

overall_excluded = ['metric_name']
weekly_excluded = []

to explicitly ignore metric_name that was defined upstream of this config.

┆Issue is synchronized with this Jira Task

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