Skip to content

Commit

Permalink
Release Kubernetes state metricsets as GA (#20901) (#20966)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9807eb1)
  • Loading branch information
jsoriano authored Sep 3, 2020
1 parent 334bbb5 commit 0df64d2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Add host inventory metrics to googlecloud compute metricset. {pull}20391[20391]
- Add host inventory metrics to azure compute_vm metricset. {pull}20641[20641]
- Request prometheus endpoints to be gzipped by default {pull}20766[20766]
- Release all kubernetes `state` metricsets as GA {pull}20901[20901]

*Packetbeat*

Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data:
metricsets:
- state_node
- state_deployment
- state_daemonset
- state_replicaset
- state_pod
- state_container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data:
metricsets:
- state_node
- state_deployment
- state_daemonset
- state_replicaset
- state_pod
- state_container
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/kubernetes/state_daemonset.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-kubernetes-state_daemonset]]
=== Kubernetes state_daemonset metricset

experimental[]

include::../../../module/kubernetes/state_daemonset/_meta/docs.asciidoc[]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-kubernetes-state_persistentvolumeclaim]]
=== Kubernetes state_persistentvolumeclaim metricset

experimental[]

include::../../../module/kubernetes/state_persistentvolumeclaim/_meta/docs.asciidoc[]


Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/kubernetes/state_service.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-kubernetes-state_service]]
=== Kubernetes state_service metricset

experimental[]

include::../../../module/kubernetes/state_service/_meta/docs.asciidoc[]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-kubernetes-state_storageclass]]
=== Kubernetes state_storageclass metricset

experimental[]

include::../../../module/kubernetes/state_storageclass/_meta/docs.asciidoc[]


Expand Down
8 changes: 4 additions & 4 deletions metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-kubernetes-scheduler,scheduler>> beta[]
|<<metricbeat-metricset-kubernetes-state_container,state_container>>
|<<metricbeat-metricset-kubernetes-state_cronjob,state_cronjob>> beta[]
|<<metricbeat-metricset-kubernetes-state_daemonset,state_daemonset>> experimental[]
|<<metricbeat-metricset-kubernetes-state_daemonset,state_daemonset>>
|<<metricbeat-metricset-kubernetes-state_deployment,state_deployment>>
|<<metricbeat-metricset-kubernetes-state_node,state_node>>
|<<metricbeat-metricset-kubernetes-state_persistentvolumeclaim,state_persistentvolumeclaim>> experimental[]
|<<metricbeat-metricset-kubernetes-state_persistentvolumeclaim,state_persistentvolumeclaim>>
|<<metricbeat-metricset-kubernetes-state_pod,state_pod>>
|<<metricbeat-metricset-kubernetes-state_replicaset,state_replicaset>>
|<<metricbeat-metricset-kubernetes-state_resourcequota,state_resourcequota>> beta[]
|<<metricbeat-metricset-kubernetes-state_service,state_service>> experimental[]
|<<metricbeat-metricset-kubernetes-state_service,state_service>>
|<<metricbeat-metricset-kubernetes-state_statefulset,state_statefulset>>
|<<metricbeat-metricset-kubernetes-state_storageclass,state_storageclass>> experimental[]
|<<metricbeat-metricset-kubernetes-state_storageclass,state_storageclass>>
|<<metricbeat-metricset-kubernetes-system,system>>
|<<metricbeat-metricset-kubernetes-volume,volume>>
|<<metricbeat-module-kvm,KVM>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kubernetes/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
Kubernetes DaemonSet metrics
release: experimental
release: ga
fields:
- name: name
type: keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
kubernetes persistent volume metrics from kube-state-metrics
release: experimental
release: ga
fields:
- name: name
type: keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
kubernetes persistent volume clame metrics from kube-state-metrics
release: experimental
release: ga
fields:
- name: name
type: keyword
Expand All @@ -22,4 +22,4 @@
- name: storage_class
type: keyword
description: Storage class for the PVC.


Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
kubernetes service metrics
release: experimental
release: ga
fields:
- name: name
type: keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
kubernetes storage class metrics
release: experimental
release: ga
fields:
- name: name
type: keyword
Expand Down

0 comments on commit 0df64d2

Please sign in to comment.