Merge pull request #113814 from sftim/20221110_mark_instrumentation_doc_autogenerated

Fix autogeneration mark for instrumentation doc
This commit is contained in:
Kubernetes Prow Robot 2022-11-14 12:00:41 -08:00 committed by GitHub
commit b6b0e1a0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
--- ---
title: Kubernetes Metrics Reference title: Kubernetes Metrics Reference
content_type: reference content_type: reference
auto-generated: true auto_generated: true
description: >- description: >-
Details of the metric data that Kubernetes components export. Details of the metric data that Kubernetes components export.
--- ---
## Metrics (v1.26) ## Metrics (v1.26)
<!-- (auto-generated 2022 Nov 10) --> <!-- (auto-generated 2022 Nov 11) -->
<!-- (auto-generated v1.26) --> <!-- (auto-generated v1.26) -->
This page details the metrics that different Kubernetes components export. You can query the metrics endpoint for these 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. components using an HTTP scrape, and fetch the current metrics data in Prometheus format.

View File

@ -44,7 +44,7 @@ const (
templ = `--- templ = `---
title: Kubernetes Metrics Reference title: Kubernetes Metrics Reference
content_type: reference content_type: reference
auto-generated: true auto_generated: true
description: >- description: >-
Details of the metric data that Kubernetes components export. Details of the metric data that Kubernetes components export.
--- ---