Skip to content

Add metric debuginfo_upload_request_bytes #3075

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

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

secfree
Copy link
Contributor

@secfree secfree commented Jul 24, 2025

Currently, parca-agent exposes the following network-related metrics:

  • process_network_receive_bytes_total
  • process_network_transmit_bytes_total
  • sample_write_request_bytes
  • stacktrace_write_request_bytes

The process_network_* metrics are tied to the process's network namespace. When parca-agent runs outside a container or dedicated network namespace, these metrics capture the entire node's network traffic rather than parca-agent-specific traffic.

This PR adds a new metric debuginfo_upload_request_bytes to track the total bytes uploaded in debuginfo upload requests. This complements the existing sample_write_request_bytes and stacktrace_write_request_bytes metrics, providing complete visibility into parca-agent's application-level network usage.

@brancz brancz merged commit 9db3307 into parca-dev:main Jul 24, 2025
6 checks passed
@brancz
Copy link
Member

brancz commented Jul 24, 2025

Thank you!

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.

2 participants