Commit Graph

24 Commits

Author SHA1 Message Date
yongruilin 96e4198127 Fix: use correct metric allow list manifest format
According to c15581b277/staging/src/k8s.io/component-base/metrics/opts.go (L365) , the manifest content should be a map.
2024-10-14 16:00:40 -07:00
yongruilin 257cd687a2 fix: use the correct flag name for allow metric label
It should match the flag definition c15581b277/staging/src/k8s.io/component-base/metrics/options.go (L81)
2024-10-10 15:41:40 -07:00
Takashiidobe d536e46dbd fix typos 2023-12-24 21:00:53 -05:00
Pranshu Srivastava 90c282e6cf
kep-2305: document dynamic cardinality enforcement
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
2023-11-28 14:35:08 +05:30
Erik McKelvey 52dcfc68f4
typo: missing comma 2023-09-30 11:18:23 -07:00
Erik McKelvey 05cb3b66c1
typo: in system-metrics.md 2023-09-29 23:12:05 -07:00
pegasas b2ef1cfe7f Remove DisableAcceleratorUsageMetrics feature gate description in accelerator metrics 2023-09-04 21:28:55 +08:00
rumstead 335b7a6e35
docs: Update system-metrics.md 2023-05-08 14:02:54 -04:00
Kubernetes Prow Robot 4312632fbe
Merge pull request #37209 from tengqm/tweak-sys-metrics
Tweak line wrapping for system-metrics page
2022-11-09 15:26:54 -08:00
Haosdent Huang ac5e7c0bd0 KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/cluster-administration. 2022-10-24 13:43:39 -04:00
Qiming Teng 39bfd1e858 Tweak line wrapping for system-metrics page
This PR wrapps the long lines found in the system-metrics.md page.
2022-10-08 16:19:16 +08:00
Han Kang c5bab50caf add back the link to stable metrics list 2021-04-08 14:21:36 -07:00
yoyinzyc b07e515787 update the doc for disabled_metric(#99217) and metric_cardinality_enforcement(#99385) 2021-03-25 10:50:46 -07:00
Clayton Coleman f2464dcc5f
Mark scheduler pod resource metrics as beta
They will be part of 1.21 as beta stability.
2021-03-08 16:18:28 -05:00
Qiming Teng 03a336a946 Remove link to empty list for k8s metrics 2020-12-23 13:58:54 +08:00
Kubernetes Prow Robot 45135da395
Merge pull request #25289 from nate-double-u/20652-copy-edits
Updating docs/concepts/cluster-administration/system-metrics
2020-12-16 13:48:31 -08:00
Nate W e38868f479 Updating docs/concepts/cluster-administration/system-metrics
Copy editing _Metric lifecycle_ section for clarity.

fixes: https://github.com/kubernetes/website/issues/20652

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-14 11:25:23 -08:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Emily Moss ee5a0df6ad remove text fragment 2020-12-02 15:30:05 -08:00
Clayton Coleman bd1a75b6c8
docs: Scheduler resource tracking metrics
In 1.20 an optional metrics endpoint is added to the scheduler that
allows administrators to see the requested pod resources and the
imposed pod limits as metrics to better understand the capacity and
usage of the system under the pod model. Describe how these metrics
can be seen under cluster-administration.
2020-11-23 14:00:05 -05:00
Renaud Gaubert 99ecc57389 Graduate DisableAcceleratorUsageMetrics to beta
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-30 10:27:33 -07:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Renaud Gaubert bbe4de82e1 Add DisableAcceleratorUsageMetrics feature flag
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-07-21 21:17:24 +00:00
Marek Siarkowicz f9833ee09a Document structured logging
* Separate system logs from Logging Architecture as it mainly covers application logging
* Rename "Metics For The Kubernetes Control Plane" to "Metrics For The Kubernetes System Components" as it covers non-control plane components
* Rename files to `system-logs.md` and `system-metrics.md`
* Remove trailing whitespaces
* Add sections about Klog and Structured Logging

Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paweł Kępka <pkepka@google.com>
2020-07-14 00:39:21 +02:00