Skip to content

Commit

Permalink
Release Kubernetes state metricsets as GA (elastic#20901)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Sep 3, 2020
1 parent cbed0d6 commit 9807eb1
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 @@ -670,6 +670,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add host inventory metrics to azure compute_vm metricset. {pull}20641[20641]
- Add host inventory metrics to googlecloud compute metricset. {pull}20391[20391]
- Request prometheus endpoints to be gzipped by default {pull}20766[20766]
- Release all kubernetes `state` metricsets as GA {pull}20901[20901]
- Add billing metricset into googlecloud module. {pull}20812[20812] {issue}20738[20738]

*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 @@ -159,16 +159,16 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-kubernetes-scheduler,scheduler>>
|<<metricbeat-metricset-kubernetes-state_container,state_container>>
|<<metricbeat-metricset-kubernetes-state_cronjob,state_cronjob>>
|<<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>>
|<<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 9807eb1

Please sign in to comment.