Skip to content

Commit

Permalink
fix: Revert deprecation of http_listener_v2 (#10648)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1745d59)
  • Loading branch information
reimda authored and powersj committed Feb 16, 2022
1 parent 0550500 commit 84d0161
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/inputs/deprecations.go
Expand Up @@ -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",
Expand Down

0 comments on commit 84d0161

Please sign in to comment.