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

[kubernetes] - The kube_pod_container_status_restarts function should use metric.counter instead of metric.gauge #3266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ahadrez
Copy link

@ahadrez ahadrez commented Mar 16, 2017

Note: Please remember to review the Datadog Contribution Guidelines
if you have not yet done so.

What does this PR do?

[kubernetes] - The kube_pod_container_status_restarts function should use metric.counter instead of metric.gauge

Motivation

What inspired you to submit this pull request?
metrics doesn't work!

Testing Guidelines

An overview on testing
is available in our contribution guidelines.

Additional Notes

Anything else we should know when reviewing?

… should use val = metric.counter.value instead of val = metric.gauge.value
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