discripsency in metrics command and opentelemetry hostmetrics #35005
Unanswered
NamanGajjar26
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello
opensearch in get k8s.node.cpu.usage this metrics not match value of cpu usage below
this value not show in command run (discripsency in metrics value k8s.node.cpu.usage) and kubernetes dashboard also
'{
"_index": "ss4o_metrics-otel-2024.09.04",
"_id": "CJ1CvZEB0PMZYuV3fkl2",
"_version": 1,
"_score": null,
"_source": {
"unit": "{cpu}",
"exemplars": [],
"kind": "GAUGE",
"name": "kube_node_cpu_usage",
"flags": 0,
"description": "Total CPU usage (sum of all cores per second) averaged over the sample window",
"startTime": "2024-09-04T07:35:25Z",
"attributes": {
"instrumentationScope.name": "otelcol/kubeletstatsreceiver",
"resource.attributes.k8s@node@name": "minikube",
"instrumentationScope.version": "0.106.1"
},
"time": "2024-09-04T13:38:30.253485082Z",
"serviceName": null,
"value": 0.411451757,
"schemaUrl": ""
},
"fields": {
"startTime": [
"2024-09-04T07:35:25.000Z"
],
"time": [
"2024-09-04T13:38:30.253Z"
]
},
"highlight": {
"name": [
"@opensearch-dashboards-highlighted-field@kube_node_cpu_usage@/opensearch-dashboards-highlighted-field@"
]
},
"sort": [
1725457110253
]
}`
this value not match in my command and kubernetes dashboard
Beta Was this translation helpful? Give feedback.
All reactions