feat(inputs.aerospike): Deprecate plugin (#14806)

This commit is contained in:
Joshua Powers 2024-02-14 06:02:07 -05:00 committed by GitHub
parent ab2e69364e
commit 3d9b203662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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",