fix: Revert deprecation of http_listener_v2 (#10648)

This commit is contained in:
reimda 2022-02-14 10:13:28 -07:00 committed by GitHub
parent 1445a17e47
commit 1745d59640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ var Deprecations = map[string]telegraf.DeprecationInfo{
RemovalIn: "2.0.0",
Notice: "use 'inputs.diskio' instead",
},
"http_listener_v2": {
Since: "1.9.0",
Notice: "has been renamed to 'influxdb_listener', use 'inputs.influxdb_listener' or 'inputs.influxdb_listener_v2' instead",
},
"httpjson": {
Since: "1.6.0",
Notice: "use 'inputs.http' instead",