Skip to content

Commit

Permalink
[metricbeat] [containerd] group metrics by dimensions (#37537)
Browse files Browse the repository at this point in the history
* add grouping logic

* update tests data

* add changelog entry

* make update

* add comments

* fix changelog

* frange over group events

* range over grouped events
  • Loading branch information
gpop63 authored Jan 7, 2024
1 parent 091da4e commit 6cb79c0
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 778 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d
- Add GCP CloudSQL metadata {pull}33066[33066]
- Add GCP Carbon Footprint metricbeat data {pull}34820[34820]
- Add event loop utilization metric to Kibana module {pull}35020[35020]
- Fix containerd metrics grouping for TSDB {pull}37537[37537]
- Add metrics grouping by dimensions and time to Azure app insights {pull}36634[36634]
- Align on the algorithm used to transform Prometheus histograms into Elasticsearch histograms {pull}36647[36647]
- Enhance GCP billing with detailed tables identification, additional fields, and optimized data handling. {pull}36902[36902]
Expand Down
47 changes: 46 additions & 1 deletion x-pack/metricbeat/module/containerd/cpu/_meta/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,56 @@
"cpu": {
"usage": {
"cpu": {
"0": {
"ns": 99137817570
},
"1": {
"ns": 116475261138
},
"10": {
"ns": 106709905770
},
"11": {
"ns": 104878380370
},
"2": {
"ns": 105305653633
},
"3": {
"ns": 101195506344
},
"4": {
"ns": 105731762224
},
"5": {
"ns": 98155683224
},
"6": {
"ns": 95075348914
},
"7": {
"ns": 97134782770
},
"8": {
"ns": 104266711568
},
"9": {
"ns": 102272190459
}
},
"percpu": {}
"kernel": {
"ns": 532180000000,
"pct": 0
},
"percpu": {},
"total": {
"ns": 1236339003984,
"pct": 0
},
"user": {
"ns": 525470000000,
"pct": 0
}
}
},
"namespace": "k8s.io"
Expand Down
Loading

0 comments on commit 6cb79c0

Please sign in to comment.