diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
commit | 203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (patch) | |
tree | ed875d8903c809f439478c24667068930a4ad2c6 /container/plugins.go | |
parent | f85dd414a6425f390445f817eb40671d51ff2645 (diff) |
ci: go1.19
remove new_relic middleware
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/plugins.go')
-rw-r--r-- | container/plugins.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/container/plugins.go b/container/plugins.go index 3ee8cdc7..dd2b7f0c 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -17,7 +17,6 @@ import ( "github.com/roadrunner-server/memory/v2" "github.com/roadrunner-server/metrics/v2" "github.com/roadrunner-server/nats/v2" - newrelic "github.com/roadrunner-server/new_relic/v2" rrOtel "github.com/roadrunner-server/otel/v2" "github.com/roadrunner-server/prometheus/v2" proxyIP "github.com/roadrunner-server/proxy_ip_parser/v2" @@ -71,7 +70,6 @@ func Plugins() []interface{} { //nolint:funlen // http server plugin with middleware &httpPlugin.Plugin{}, - &newrelic.Plugin{}, &static.Plugin{}, &headers.Plugin{}, &status.Plugin{}, |