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

Configure how metrics are handled on error and when metrics go missing #57

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

braedon
Copy link
Owner

@braedon braedon commented Jan 6, 2020

When an error is encountered running a query, the query's metrics will be
dropped by default. Queries can be configured to preserve the old
metrics/values instead, or preserve the metrics but zero their values.

Similarly, when a query no longer produces certain metrics, the missing
metrics will be dropped by default. Queries can be configured to preserve
the missing metric's old value, or preserve the metric but zero the value.

Fixes #38

When an error is encountered running a query, the query's metrics will be
dropped by default. Queries can be configured to preserve the old
metrics/values instead, or preserve the metrics but zero their values.

Similarly, when a query no longer produces certain metrics, the missing
metrics will be dropped by default. Queries can be configured to preserve
the missing metric's old value, or preserve the metric but zero the value.
@braedon braedon added this to the release-0.7.0 milestone Jan 6, 2020
@braedon braedon merged commit d16b61b into release-0.7.0 Jan 7, 2020
@braedon braedon deleted the 38-reset-metrics-on-error-or-missing branch January 7, 2020 06:56
@braedon
Copy link
Owner Author

braedon commented Jan 7, 2020

Released in 0.7.0

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.

None yet

1 participant