Commit Graph

159 Commits

Author SHA1 Message Date
Akshit Grover 8990d2e990 Add kube_deployment_status_replicas_ready in the docs
Signed-off-by: Akshit Grover <akshit.grover2016@gmail.com>
2021-07-22 23:33:36 +05:30
Manuel Rüger 6b2cba2e74 docs: Fix typo
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2021-07-13 17:01:00 +02:00
hbc 54fa7eddef doc: update certificatesigningrequest metrics doc 2021-07-05 13:57:52 +00:00
Kubernetes Prow Robot cbfc906951
Merge pull request #1492 from mrueg/merge-release-back
Merge release v2.1.0-rc.0 back to master
2021-06-02 00:00:38 -07:00
Ahmed Mezghani 1b06da07f4
Fix typo ephermal_storage -> ephemeral_storage
Fix a typo in the node metrics documentation.
2021-05-27 10:21:50 +02:00
Manuel Rüger b0813309c3 Cut v2.1.0-rc.0 2021-05-18 14:38:24 +02:00
Pulak Kanti Bhowmick a85edd48ab Add resourceVersion to CronJob metrics
Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>
2021-04-10 13:54:43 +06:00
Kubernetes Prow Robot ba36af0dae
Merge pull request #1403 from Mikulas/label-allow-list-any
Add wildcard option to metric-labels-allowlist
2021-04-09 01:40:47 -07:00
Elana Hashman 8fe4363806
Fix typo in pod-metrics docs 2021-04-08 17:14:00 -07:00
Mikulas (Mike) Dite 70d039b140 Add wildcard option to labels-metric-allow-list 2021-03-30 14:26:12 +01:00
Manuel Rüger de2bdebc67 Regenerate cli docs 2021-03-27 00:00:45 +01:00
Manuel Rüger 8160f327b0 Merge branch 'release-2.0' into merge-release-2.0 2021-03-26 23:54:14 +01:00
Manuel Rüger 2a7a96b659 Rename cli flag from label-metrics-allow-list to metric-labels-allowlist
This might be more clear on what the flag is doing. There were two ways
to spell allow-list / allowlist which it removes as well

Fixes: https://github.com/kubernetes/kube-state-metrics/issues/1421
2021-03-26 13:11:19 +01:00
Michael Dresser d352c37697 Fix docs README link to a nonexistent section
I assume deprecation information is supposed to be
contained in the relevant sub-documents for metric
categories.
2021-03-24 16:01:32 -04:00
Manuel Rüger 4ac23cc0f9 cli-arguments.md: Fix docs 2021-03-22 17:06:55 +01:00
Manuel Rüger cbce059ffc cli-arguments.md: Fix docs 2021-03-18 14:18:13 +01:00
DazWilkin d1acc1ae5c Document process for enabling Vertical Pod Autoscalers controller 2021-03-10 10:19:19 -08:00
Lili Cosic 81ca495c9e Merge remote-tracking branch 'upstream/release-2.0' into bring-release-2.0 2021-03-05 15:14:49 +01:00
Mikulas (Mike) Dite ffa4c7bf0e fix labels-metric-allow-list documentation
The parser defined in types.go does not expect quotes
https://github.com/kubernetes/kube-state-metrics/blob/master/pkg/options/types.go#L136-L140
https://github.com/kubernetes/kube-state-metrics/blob/master/pkg/options/types_test.go#L168
2021-03-03 11:07:09 +00:00
Lili Cosic c3121e74bf docs/pod-metrics.md: Adjust docs and stability 2021-02-24 17:00:27 +01:00
Lili Cosic 950a173907 docs/pod-metrics.md: Mark changed metrics as experimental 2021-02-09 15:51:55 +01:00
Lili Cosic 93aeadc048 docs/pod-metrics.md: Mark metrics as non stable
As with 2.0 we are breaking support for 1.x and previous stabilities.
In case we run into problems this gives us a chance to revert this.
2021-02-08 15:23:44 +01:00
Jeswin dc1e9186e0 docs: Added Description, Units for Services, Pods, Nodes as per 1356 2021-02-01 18:30:55 +05:30
Kubernetes Prow Robot b4fb3d474b
Merge pull request #1354 from mayankshah1607/mayank/native-tls
feat: Add support for native TLS
2021-01-24 23:48:53 -08:00
Mayank Shah ec2a3ff831 Add support for native TLS
- introduce new flag `tls-config` to pass the path to tls config file

Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2021-01-25 13:03:05 +05:30
QuentinBisson 7c7175838e
feat(persistentvolume) Add Azure Disk Name to kube_persistentvolume_info 2021-01-19 14:37:27 +01:00
Frank Villaro-Dixon 4b7ce27e81 options: change default host from 0.0.0.0 to ::
This commit paves the way to plug-and-play IPv6-only or dual stack
clusters. Making the service listen on :: instead of 0.0.0.0 is a no-brainer
as it still supports v4-only clusters but makes it ready for v6 ones.

Signed-off-by: Frank Villaro-Dixon <frank.villaro@infomaniak.com>
2021-01-08 18:29:04 +01:00
Lili Cosic 18b81768d1 docs/cli-arguments.md: Update generated args 2020-12-17 14:10:50 +01:00
Illya Chekrygin 4090e8b7aa
Add "uid" label to every pod metric to differentiate between pod instances with the same name.
Signed-off-by: Illya Chekrygin <illya.chekrygin@gmail.com>
2020-11-20 12:26:18 -08:00
Lili Cosic ca6b177014 pkg/options/types.go: Adjust Set to parse new flag params 2020-11-20 15:31:35 +01:00
Lili Cosic 3b23d01afe pkg/options/types.go: Adjust Set to parse new flag params 2020-11-18 15:59:19 +01:00
Jimmy K Seto 122f2075c7 fix container resource limits metrics, which got dropped btwn 2.0.0-alpha.1 and 2.0.0-alpha.2 2020-11-03 11:42:57 -05:00
Jimmy K Seto 9078a53265 fix container resource limits metrics, which got dropped btwn 2.0.0-alpha.1 and 2.0.0-alpha.2 2020-11-02 14:48:04 -05:00
Kubernetes Prow Robot a92bec22f0
Merge pull request #1291 from kesor/fix-typo-in-node-doc
fix typo in node-metrics.md
2020-10-30 03:06:05 -07:00
Evgeny Zislis 9add721a00
typo in node-metrics.md 2020-10-30 11:12:26 +02:00
Jang Dong Min 0253dae293
fix pod-metrics.md 2020-10-28 11:29:50 +09:00
Eric Ernst 0cb814f725 pod: add gauge for runtimeclass handler
Add a metric gauge to provide observability for the runtimeclass
used for running a pod.

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
2020-10-26 08:03:31 -07:00
Lili Cosic 2c65e6f77a docs/pod-metrics.md: Adjust docs 2020-10-26 14:46:28 +01:00
Duologic 96b01833f8 feat(persistentvolume): introduce kube_persistentvolume_claim_ref
Adds a new metrics to provide claimRef information to Prometheus. In
tracking down lingering PVs, it would be of interest to know where the
PV came from. With the claimRef information, it is easier to track down
the resource owners and inform that they have unclaimed PVs lingering
around.

Main motivation is that PVs cost money at cloud providers, if PVs stick
around for long, the costs might increase significantly.
2020-10-19 08:44:34 +02:00
Kubernetes Prow Robot ab61af760f
Merge pull request #1265 from jangdm/jangdm-fixtypo
fix html tag in service-metrics.md
2020-10-16 01:31:26 -07:00
Kubernetes Prow Robot d55f5aced2
Merge pull request #1214 from AdityaMisra/kube_metric_job_failed_reason
Added the job failure reason in kube_job_status_failed metric
2020-10-14 00:23:54 -07:00
jangdm a722914475
Update service-metrics.md 2020-10-13 17:30:33 +09:00
Aditya Misra 639b4994d1 Added the job failure reason in kube_job_status_failed metric
Fixed linting issues

Code review changes

Removed condition label from kube_job_status_failed metric

Removed condition label from Job Metrics
2020-10-12 18:49:18 +05:30
Kubernetes Prow Robot a0a893da91
Merge pull request #1250 from lilic/fix-klog
Bump klog to v2 and client-go to 1.19
2020-10-05 09:34:33 -07:00
Lili Cosic cb2c2a2263 docs/cli-arguments.md: Regenerate 2020-10-05 18:06:46 +02:00
Jimmy K Seto 2c8fe6e593 add iscsi initiator name to persistentvolume_info 2020-10-05 08:19:18 -04:00
Damien Grisonnet d7f786b77f docs/pod-metrics.md: add missing condition label
The condition label of the kube_job_complete and kube_job_failed were
forgotten in the documentation.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-09-18 09:56:41 +02:00
Kubernetes Prow Robot e6260bda1a
Merge pull request #1125 from jw-s/feature/apply-boundary-to-metrics
apply boundaries to metrics and allow via flag what labels to include
2020-09-02 11:19:06 -07:00
Vinay 5b7e336866
Label/Tags are shown in status tab
Label/Tags for the first few metrics are shown in the status tab and status is not shown on UI.

Removed a wrong demarkation.
2020-08-31 20:08:13 +05:30
Vinay c2aed4b093
Label/Tags are shown in status tab
Label/Tags for the first few metrics are shown in the status tab and status is not shown on UI.

Removed a wrong demarkation.
2020-08-31 19:29:48 +05:30