-
Notifications
You must be signed in to change notification settings - Fork 182
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 k8s.{pod,node}.network.{io,errors} metrics #1427
Add k8s.{pod,node}.network.{io,errors} metrics #1427
Conversation
5d093f4
to
a7fe139
Compare
ddd42d2
to
c7f3653
Compare
c7f3653
to
804d91a
Compare
@lmolkova @TylerHelmuth thank's for reviewing this. We are now using the new |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@TylerHelmuth @lmolkova anything blocking this one? |
/cc @open-telemetry/specs-semconv-maintainers @lmolkova |
@ChrsMark please regenerate markdown files (there was a small change on main) and it should be ready to go. |
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
eaa88aa
to
618fc90
Compare
Part of #1032
Fixes #1487
Changes
This PR adds the following metrics:
k8s.pod.network.io
k8s.pod.network.errors
k8s.node.network.io
k8s.node.network.errors
The above metrics are already used in the Collector in the kubeletstats receiver and the naming is aligned with the System metrics.
These metrics come with the following attributes
network.io.direction
andsystem.device
which are already part of SemConv registry and are used in the System metrics. The attributes in the Collector will need to be adjusted to follow the recent SemConv rules.Merge requirement checklist
[chore]