Skip to content

Commit 309e8a2

Browse files
Merge pull request #21885 from NRhzhao/hzhao/resourcequota-OTEL-mapping
chore: add resource quota mapping for OTEL
2 parents 6cb0803 + b924593 commit 309e8a2

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-otel-metrics.mdx

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ freshnessValidatedDate: never
88
---
99

1010

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.
1212

1313
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.
1414

1515

1616
<CollapserGroup>
1717

18-
<Collapser
19-
id="for-api-server"
18+
<Collapser
19+
id="for-api-server"
2020
title="For API Server"
2121
>
2222

@@ -61,8 +61,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
6161

6262
</Collapser>
6363

64-
<Collapser
65-
id="for-cAdvisor"
64+
<Collapser
65+
id="for-cAdvisor"
6666
title="For cAdvisor"
6767
>
6868

@@ -138,8 +138,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
138138
</Collapser>
139139

140140

141-
<Collapser
142-
id="for-controller-manager"
141+
<Collapser
142+
id="for-controller-manager"
143143
title="For controller manager"
144144
>
145145

@@ -173,8 +173,8 @@ This document provides a mapping of the Kubernetes OpenTelemetry metrics to the
173173
</Collapser>
174174

175175

176-
<Collapser
177-
id="for-kubelet"
176+
<Collapser
177+
id="for-kubelet"
178178
title="For kubelet"
179179
>
180180

@@ -312,8 +312,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
312312

313313
</Collapser>
314314

315-
<Collapser
316-
id="for-kube-state-metrics"
315+
<Collapser
316+
id="for-kube-state-metrics"
317317
title="For kube state metrics"
318318
>
319319

@@ -683,6 +683,18 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
683683
<td></td>
684684
<td>**Gauge:** Time when the Pod became scheduled.</td>
685685
</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>
686698
<tr>
687699
<td>`kube_service_annotations`</td>
688700
<td>`selector.ANNOTATIONS`</td>
@@ -778,8 +790,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
778790

779791
</Collapser>
780792

781-
<Collapser
782-
id="k8s-otel"
793+
<Collapser
794+
id="k8s-otel"
783795
title="For Node"
784796
>
785797

@@ -796,7 +808,7 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
796808
</tr>
797809
</thead>
798810
<tbody>
799-
<tr>
811+
<tr>
800812
<td>`process.cpu.utilization`</td>
801813
<td>`cpuPercent`</td>
802814
<td>`ProcessSample`</td>
@@ -917,8 +929,8 @@ The table following maps Kubernetes OpenTelemetry metrics to New Relic Kubernete
917929

918930
</Collapser>
919931

920-
<Collapser
921-
id="for-scheduler"
932+
<Collapser
933+
id="for-scheduler"
922934
title="For Scheduler"
923935
>
924936

0 commit comments

Comments
 (0)