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

fix missing aggregate container metrics #354

Merged
merged 2 commits into from
Jan 9, 2020

Conversation

vsinghal13
Copy link
Contributor

@vsinghal13 vsinghal13 commented Jan 9, 2020

Description

In #345 , we had made a change to drop the duplicate metrics which did not have the container name. Few metrics eg.

container_network_receive_bytes_total
container_network_transmit_bytes_total
container_network_receive_errors_total
container_network_transmit_errors_total
container_network_receive_packets_dropped_total
container_network_transmit_packets_dropped_total

The above metrics are cumulative container metrics and do not have the container name.

This PR adds a new remote write section with these metrics.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@vsinghal13 vsinghal13 merged commit 9284a77 into master Jan 9, 2020
@vsinghal13 vsinghal13 deleted the vsinghal-fix-missing-aggregate-container-metrics branch January 9, 2020 21:06
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

3 participants