Skip to content

Commit

Permalink
Cherry-pick #16980 to 7.x: Release STAN module as GA (#16991)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Mar 13, 2020
1 parent aac538e commit 87e6b3a
Show file tree
Hide file tree
Showing 11 changed files with 12 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 @@ -298,6 +298,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add system/users metricset as beta {pull}16569[16569]
- Align fields to ECS and add more tests for the azure module. {issue}16024[16024] {pull}16754[16754]
- Add additional cgroup fields to docker/diskio{pull}16638[16638]
- Release STAN module as GA. {pull}16980[16980]

*Packetbeat*

Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/stan.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This file is generated! See scripts/mage/docs_collector.go
[role="xpack"]
== Stan module

beta[]

This is the STAN module. The STAN module uses https://github.com/nats-io/nats-streaming-server/blob/master/server/monitor.go[STAN monitoring server APIs] to collect metrics.

The default metricsets are `channels`, `stats` and `subscriptions`.
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/stan/channels.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-stan-channels]]
=== Stan channels metricset

beta[]

include::../../../../x-pack/metricbeat/module/stan/channels/_meta/docs.asciidoc[]

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/stan/stats.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-stan-stats]]
=== Stan stats metricset

beta[]

include::../../../../x-pack/metricbeat/module/stan/stats/_meta/docs.asciidoc[]

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/stan/subscriptions.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-stan-subscriptions]]
=== Stan subscriptions metricset

beta[]

include::../../../../x-pack/metricbeat/module/stan/subscriptions/_meta/docs.asciidoc[]

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
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 @@ -219,10 +219,10 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-redisenterprise-proxy,proxy>> beta[]
|<<metricbeat-module-sql,sql>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-sql-query,query>> beta[]
|<<metricbeat-module-stan,Stan>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.3+| .3+| |<<metricbeat-metricset-stan-channels,channels>> beta[]
|<<metricbeat-metricset-stan-stats,stats>> beta[]
|<<metricbeat-metricset-stan-subscriptions,subscriptions>> beta[]
|<<metricbeat-module-stan,Stan>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.3+| .3+| |<<metricbeat-metricset-stan-channels,channels>>
|<<metricbeat-metricset-stan-stats,stats>>
|<<metricbeat-metricset-stan-subscriptions,subscriptions>>
|<<metricbeat-module-statsd,Statsd>> |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-statsd-server,server>>
|<<metricbeat-module-system,System>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/stan/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Stan"
description: >
stan Module
release: beta
release: ga
fields:
- name: stan
type: group
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/stan/channels/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
Contains stan / nats streaming/serverz endpoint metrics
release: beta
release: ga
fields:
- name: name
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/stan/fields.go

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

4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/stan/stats/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
Contains only high-level stan / nats streaming server related metrics
release: beta
release: ga
fields:
- name: state
type: keyword
Expand Down Expand Up @@ -32,4 +32,4 @@
type: long
description: >
Number of bytes consumed across all STAN queues
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/stan/subscriptions/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
Contains stan / nats streaming/serverz endpoint subscription metrics
release: beta
release: ga
fields:
- name: id
type: keyword
Expand Down Expand Up @@ -33,4 +33,4 @@
type: boolean
description: >
Is the subscriber known to be stalled?

0 comments on commit 87e6b3a

Please sign in to comment.