Skip to content

Commit

Permalink
fix: Revert deprecation of http_listener_v2 (#10648)
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda committed Feb 14, 2022
1 parent 1445a17 commit 1745d59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/inputs/deprecations.go
Original file line number Diff line number Diff line change
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 1745d59

Please sign in to comment.