[System][Process] Add metric_type metadata for the process.cgroup metrics#6493
Conversation
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
🌐 Coverage report
|
There was a problem hiding this comment.
NOTE: metric_type is missing for fields:
- name: stats.*.*.bytes
type: object
description: per-device IO usage stats
- name: stats.*.*.ios
type: object
description: per-device IO usage stats
- I am confused why are those values of type
object:
@elastic/elastic-agent-data-plane is it a mistake? should be changed?
2. I've tried to add metric_type, but package can't be updated to the new version in this case
The issue could be also related to elastic/kibana#155004
| metric_type: gauge | ||
| description: Time the cgroup spent in kernel space, as a percentage of total CPU time, normalized by CPU count. | ||
| - name: percpu | ||
| type: object |
There was a problem hiding this comment.
NOTE: metric_type is missing here, blocked by elastic/kibana#155004
There was a problem hiding this comment.
Can we have a backlog issue created and linked to the TSDB meta so that this pending mapping could be tracked?
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
@agithomas FYI: I am going to merge this PR and work on #6493 (comment) in separate one |
|
Package system - 1.37.1 containing this change is available at https://epr.elastic.co/search?package=system |
What does this PR do?
Add metric_type metadata fields to the process.cgroup metrics
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots