You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-otel-metrics.mdx
+28-16Lines changed: 28 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ freshnessValidatedDate: never
8
8
---
9
9
10
10
11
-
The Kubernetes OpenTelemetry metrics are collected by the OpenTelemetry Collector and sent to New Relic using the New Relic Kubernetes integration.
11
+
The Kubernetes OpenTelemetry metrics are collected by the OpenTelemetry Collector and sent to New Relic using the New Relic Kubernetes integration.
12
12
13
13
This document provides a mapping of the Kubernetes OpenTelemetry metrics to the New Relic Kubernetes metrics. This mapping helps you understand the metrics and attributes that are available for monitoring your Kubernetes cluster.
14
14
15
15
16
16
<CollapserGroup>
17
17
18
-
<Collapser
19
-
id="for-api-server"
18
+
<Collapser
19
+
id="for-api-server"
20
20
title="For API Server"
21
21
>
22
22
@@ -61,8 +61,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
61
61
62
62
</Collapser>
63
63
64
-
<Collapser
65
-
id="for-cAdvisor"
64
+
<Collapser
65
+
id="for-cAdvisor"
66
66
title="For cAdvisor"
67
67
>
68
68
@@ -138,8 +138,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
138
138
</Collapser>
139
139
140
140
141
-
<Collapser
142
-
id="for-controller-manager"
141
+
<Collapser
142
+
id="for-controller-manager"
143
143
title="For controller manager"
144
144
>
145
145
@@ -173,8 +173,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
173
173
</Collapser>
174
174
175
175
176
-
<Collapser
177
-
id="for-kubelet"
176
+
<Collapser
177
+
id="for-kubelet"
178
178
title="For kubelet"
179
179
>
180
180
@@ -312,8 +312,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
312
312
313
313
</Collapser>
314
314
315
-
<Collapser
316
-
id="for-kube-state-metrics"
315
+
<Collapser
316
+
id="for-kube-state-metrics"
317
317
title="For kube state metrics"
318
318
>
319
319
@@ -683,6 +683,18 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
683
683
<td></td>
684
684
<td>**Gauge:** Time when the Pod became scheduled.</td>
685
685
</tr>
686
+
<tr>
687
+
<td>`kube_resourcequota`</td>
688
+
<td></td>
689
+
<td>K8sResourcequotaSample</td>
690
+
<td>**Gauge:** The current usage and hard limit for a resource defined in a ResourceQuota.</td>
691
+
</tr>
692
+
<tr>
693
+
<td>`kube_resourcequota_created`</td>
694
+
<td></td>
695
+
<td>K8sResourcequotaSample</td>
696
+
<td>**Gauge:** Creation timestamp of the ResourceQuota.</td>
697
+
</tr>
686
698
<tr>
687
699
<td>`kube_service_annotations`</td>
688
700
<td>`selector.ANNOTATIONS`</td>
@@ -778,8 +790,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
778
790
779
791
</Collapser>
780
792
781
-
<Collapser
782
-
id="k8s-otel"
793
+
<Collapser
794
+
id="k8s-otel"
783
795
title="For Node"
784
796
>
785
797
@@ -796,7 +808,7 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
796
808
</tr>
797
809
</thead>
798
810
<tbody>
799
-
<tr>
811
+
<tr>
800
812
<td>`process.cpu.utilization`</td>
801
813
<td>`cpuPercent`</td>
802
814
<td>`ProcessSample`</td>
@@ -917,8 +929,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
0 commit comments