diff options
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{}, |