chore(inputs): Add removal version for old plugins (#16062)

This commit is contained in:
Sven Rebhan 2024-10-22 20:10:42 +02:00 committed by GitHub
parent 6c48fbb1f2
commit 75194db18b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 6 deletions

View File

@ -15,12 +15,14 @@ var Deprecations = map[string]telegraf.DeprecationInfo{
Notice: "use 'inputs.jolokia2' with the 'cassandra.conf' example configuration instead",
},
"cisco_telemetry_gnmi": {
Since: "1.15.0",
Notice: "has been renamed to 'gnmi'",
Since: "1.15.0",
RemovalIn: "1.35.0",
Notice: "has been renamed to 'gnmi'",
},
"http_listener": {
Since: "1.9.0",
Notice: "has been renamed to 'influxdb_listener', use 'inputs.influxdb_listener' or 'inputs.http_listener_v2' instead",
Since: "1.9.0",
RemovalIn: "1.35.0",
Notice: "has been renamed to 'influxdb_listener', use 'inputs.influxdb_listener' or 'inputs.http_listener_v2' instead",
},
"httpjson": {
Since: "1.6.0",
@ -43,8 +45,9 @@ var Deprecations = map[string]telegraf.DeprecationInfo{
Notice: "use 'inputs.kafka_consumer' instead, NOTE: 'kafka_consumer' only supports Kafka v0.8+",
},
"KNXListener": {
Since: "1.20.1",
Notice: "has been renamed to 'knx_listener'",
Since: "1.20.1",
RemovalIn: "1.35.0",
Notice: "has been renamed to 'knx_listener'",
},
"logparser": {
Since: "1.15.0",