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

Add a documentation page for inter-zone traffic #1610

Closed
mariomac opened this issue Feb 5, 2025 · 0 comments
Closed

Add a documentation page for inter-zone traffic #1610

mariomac opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@mariomac
Copy link
Contributor

mariomac commented Feb 5, 2025

Points to cover:

  • How to add src/dst zone attributes to current network metrics
  • Why and how to add the new inter_zone_bytes metric
  • Some useful PromQL queries. For example:

Interzone traffic:
rate(beyla_network_inter_zone_bytes_total[5m])

Same zone traffic:
rate(beyla_network_inter_zone_bytes_total[5m]) - rate(beyla_network_flow_bytes_total[5m])

% of interzone traffic vs total traffic:
rate(beyla_network_inter_zone_bytes_total[5m]) / rate(beyla_network_flow_bytes_total[5m])

% of same zone traffic vs total traffic:
(rate(beyla_network_flow_bytes_total[5m]) - rate(beyla_network_inter_zone_bytes_total[5m])) / rate(beyla_network_flow_bytes_total[5m])

@mariomac mariomac added the documentation Improvements or additions to documentation label Feb 5, 2025
@mariomac mariomac changed the title Add a documentation section for inter-zone traffic Add a documentation page for inter-zone traffic Feb 5, 2025
@mariomac mariomac self-assigned this Feb 24, 2025
@marctc marctc closed this as completed Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants