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

Deployment Frequency query is not yielding any data. #41

Closed
etsauer opened this issue Dec 12, 2019 · 1 comment
Closed

Deployment Frequency query is not yielding any data. #41

etsauer opened this issue Dec 12, 2019 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@etsauer
Copy link
Collaborator

etsauer commented Dec 12, 2019

We are using the following query to calculate Deployment Frequency:

sum(delta(openshift_apps_deploymentconfigs_complete_rollouts_total{phase="available"}[$interval]))

The core metric openshift_apps_deploymentconfigs_complete_rollouts_total{phase="available"} appears to work just fine, but the delta/sum functions seem to break when we pull in the interval.

@etsauer etsauer added the kind/bug Categorizes issue or PR as related to a bug. label Dec 12, 2019
@etsauer etsauer added this to the v1.2 milestone Dec 12, 2019
@etsauer
Copy link
Collaborator Author

etsauer commented Apr 9, 2020

This was resolved by #50

@etsauer etsauer self-assigned this Apr 9, 2020
@etsauer etsauer closed this as completed Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant