Skip to content

docs: port new beyla.network.flow.bytes attributes from the OBI docs - #2744

Merged
marctc merged 1 commit into
grafana:mainfrom
SAY-5:docs/network-metrics-attributes-from-obi-2422
Apr 22, 2026
Merged

docs: port new beyla.network.flow.bytes attributes from the OBI docs#2744
marctc merged 1 commit into
grafana:mainfrom
SAY-5:docs/network-metrics-attributes-from-obi-2422

Conversation

@SAY-5

@SAY-5 SAY-5 commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Closes #2422.

Ports the six attributes added to the upstream OBI metrics page in open-telemetry/opentelemetry.io#8914 onto the Beyla equivalent (`docs/sources/metrics.md`). The OBI PR is already merged.

Added rows to the `beyla.network.flow.bytes` attribute table:

Attribute Visibility
`network.type` hidden
`network.protocol.name` hidden
`src.country` shown if the `geoip` configuration section exists
`src.asn` shown if the `geoip` configuration section exists
`dst.country` shown if the `geoip` configuration section exists
`dst.asn` shown if the `geoip` configuration section exists

The existing trailing admonition about `beyla.network.inter.zone.bytes` inheriting the same attribute set remains accurate, so no further changes were needed.

Signed-off-by: SAY-5 SAY-5@users.noreply.github.com

Port the six rows added to the upstream OBI metrics page in
open-telemetry/opentelemetry.io#8914:

- network.type           (hidden)
- network.protocol.name  (hidden)
- src.country, src.asn   (shown if `geoip` is configured)
- dst.country, dst.asn   (shown if `geoip` is configured)

Closes grafana#2422.

Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@SAY-5
SAY-5 requested a review from a team as a code owner April 22, 2026 00:49
@codecov-commenter

codecov-commenter commented Apr 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.00%. Comparing base (3e5bcc2) to head (81cda52).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2744      +/-   ##
==========================================
+ Coverage   43.67%   48.00%   +4.33%     
==========================================
  Files          56       56              
  Lines        5094     5301     +207     
==========================================
+ Hits         2225     2545     +320     
+ Misses       2699     2614      -85     
+ Partials      170      142      -28     
Flag Coverage Δ
beyla-integration-test ?
integration-test ?
integration-test-arm ?
integration-test-vm-x86_64-5.15.152 ?
integration-test-vm-x86_64-6.10.6 ?
k8s-integration-test ?
oats-test ?
unittests 48.00% <ø> (-0.51%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marctc
marctc merged commit c948015 into grafana:main Apr 22, 2026
26 checks passed
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.

Port the new network metrics docs from OBI

3 participants