mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 17:48:01 +00:00
Merge pull request #113814 from sftim/20221110_mark_instrumentation_doc_autogenerated
Fix autogeneration mark for instrumentation doc
This commit is contained in:
commit
b6b0e1a0c8
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Kubernetes Metrics Reference
|
||||
content_type: reference
|
||||
auto-generated: true
|
||||
auto_generated: true
|
||||
description: >-
|
||||
Details of the metric data that Kubernetes components export.
|
||||
---
|
||||
|
||||
## Metrics (v1.26)
|
||||
|
||||
<!-- (auto-generated 2022 Nov 10) -->
|
||||
<!-- (auto-generated 2022 Nov 11) -->
|
||||
<!-- (auto-generated v1.26) -->
|
||||
This page details the metrics that different Kubernetes components export. You can query the metrics endpoint for these
|
||||
components using an HTTP scrape, and fetch the current metrics data in Prometheus format.
|
||||
|
@ -44,7 +44,7 @@ const (
|
||||
templ = `---
|
||||
title: Kubernetes Metrics Reference
|
||||
content_type: reference
|
||||
auto-generated: true
|
||||
auto_generated: true
|
||||
description: >-
|
||||
Details of the metric data that Kubernetes components export.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user