Skip to content

Commit

Permalink
[Metricbeat] Release aerospike module as GA (elastic#10203)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48e21af)
  • Loading branch information
ruflin committed Jan 21, 2019
1 parent 0f6e918 commit bdff82b
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff]
- Release php_fpm module as GA. {pull}10198[10198]
- Release Memcached module as GA. {pull}10199[10199]
- Release etcd module as GA. {pull}10200[10200]
- Release aerospike module as GA. {pull}10203[10203]

*Packetbeat*

Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/aerospike.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-module-aerospike]]
== Aerospike module

beta[]

The Aerospike module uses the http://www.aerospike.com/docs/reference/info[Info command] to collect metrics. The default metricset is `namespace`.

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

beta[]

include::../../../module/aerospike/namespace/_meta/docs.asciidoc[]


Expand Down
4 changes: 2 additions & 2 deletions metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This file is generated! See scripts/docs_collector.py
[options="header"]
|===================================
|Modules |Dashboards |Metricsets
|<<metricbeat-module-aerospike,Aerospike>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-aerospike-namespace,namespace>> beta[]
|<<metricbeat-module-aerospike,Aerospike>> |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-aerospike-namespace,namespace>>
|<<metricbeat-module-apache,Apache>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-apache-status,status>>
|<<metricbeat-module-ceph,Ceph>> |image:./images/icon-no.png[No prebuilt dashboards] |
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/aerospike/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Aerospike"
description: >
Aerospike module
release: beta
release: ga
fields:
- name: aerospike
type: group
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/aerospike/fields.go

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

2 changes: 1 addition & 1 deletion metricbeat/module/aerospike/namespace/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
type: group
description: >
namespace
release: beta
release: ga
fields:
- name: client
type: group
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/module/aerospike/namespace/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/pkg/errors"

"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/libbeat/common/cfgwarn"
"github.com/elastic/beats/libbeat/logp"
"github.com/elastic/beats/metricbeat/mb"
"github.com/elastic/beats/metricbeat/module/aerospike"
Expand Down Expand Up @@ -53,9 +52,6 @@ type MetricSet struct {
// configuration entries if needed.
func New(base mb.BaseMetricSet) (mb.MetricSet, error) {
config := struct{}{}

cfgwarn.Beta("The aerospike namespace metricset is beta")

if err := base.Module().UnpackConfig(&config); err != nil {
return nil, err
}
Expand Down

0 comments on commit bdff82b

Please sign in to comment.