Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis committed Apr 17, 2024
1 parent 4d74d40 commit 88e07ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
dimension: true
description: >
Kubernetes namespace
- name: labels.*
type: object
object_type: keyword
Expand All @@ -27,4 +28,3 @@
object_type_mapping_type: "*"
description: >-
Kubernetes annotations map
2 changes: 2 additions & 0 deletions packages/kubernetes/docs/kube-state-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,8 @@ An example event for `state_namespace` looks as following:
| host.os.platform | Operating system platform (such centos, ubuntu, windows). | keyword | | |
| host.os.version | Operating system version as a raw string. | keyword | | |
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword | | |
| kubernetes.annotations.\* | Kubernetes annotations map | object | | |
| kubernetes.labels.\* | Kubernetes labels map | object | | |
| kubernetes.namespace | Kubernetes namespace | keyword | | |
| kubernetes.state_namespace.created.sec | Epoch seconds since the namespace was created. | double | s | gauge |
| kubernetes.state_namespace.status.active | Whether the namespace is active (true or false). | boolean | | |
Expand Down

0 comments on commit 88e07ab

Please sign in to comment.