diff --git a/plugins/inputs/aerospike/README.md b/plugins/inputs/aerospike/README.md index fc006b17bf66b..c7ab75e572766 100644 --- a/plugins/inputs/aerospike/README.md +++ b/plugins/inputs/aerospike/README.md @@ -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. diff --git a/plugins/inputs/deprecations.go b/plugins/inputs/deprecations.go index d43348ea4c2fd..7556659a21613 100644 --- a/plugins/inputs/deprecations.go +++ b/plugins/inputs/deprecations.go @@ -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",