Skip to content

Commit

Permalink
feat(inputs.aerospike): Deprecate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Feb 13, 2024
1 parent f6dcb70 commit 577e1ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/inputs/aerospike/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Aerospike Input Plugin

**DEPRECATED: As of version 1.30 the Aerospike plugin has been deprecated in
favor of the [prometheus plugin](../prometheus/README.md) with the
Aerospike Prometheus Exporter**

The aerospike plugin queries aerospike server(s) and get node statistics & stats
for all the configured namespaces.

Expand Down
4 changes: 4 additions & 0 deletions plugins/inputs/deprecations.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import "github.com/influxdata/telegraf"

// Deprecations lists the deprecated plugins
var Deprecations = map[string]telegraf.DeprecationInfo{
"aerospike": {
Since: "1.30.0",
Notice: "use 'inputs.prometheus' with the Aerospike Prometheus Exporter instead",
},
"cassandra": {
Since: "1.7.0",
RemovalIn: "1.30.0",
Expand Down

0 comments on commit 577e1ae

Please sign in to comment.