feat: add network.type as attribute for network flows - #887
Merged
grcevski merged 1 commit intoNov 12, 2025
Conversation
grcevski
reviewed
Nov 12, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #887 +/- ##
=======================================
Coverage 55.08% 55.08%
=======================================
Files 251 252 +1
Lines 21505 21523 +18
=======================================
+ Hits 11845 11856 +11
- Misses 8843 8852 +9
+ Partials 817 815 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
theSuess
force-pushed
the
feat/network-type-attribute
branch
from
November 12, 2025 14:38
3896f22 to
eeac45f
Compare
This adds support for the `network.type` attribute as specified in the OTEL [Semantic Conventions](https://opentelemetry.io/docs/specs/semconv/registry/attributes/network/#network-type). It follows a similar approach to the `transport` attribute and can be extended to support more protocols easily
theSuess
force-pushed
the
feat/network-type-attribute
branch
from
November 12, 2025 14:39
eeac45f to
846bc9c
Compare
grcevski
approved these changes
Nov 12, 2025
Contributor
|
Thanks for your contribution @theSuess ! |
Merged
marctc
pushed a commit
to grafana/opentelemetry-ebpf-instrumentation
that referenced
this pull request
Dec 9, 2025
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for the
network.typeattribute as specified in the OTEL SemanticConventions. It follows a similar approach to the
transportattribute and can be extended to support more protocols easilyAdding this field allows for easier aggregation without resorting to checking for
:in the address fields