Categorygithub.com/newrelic/go-agent/v3/integrations/nrecho-v4
modulepackage
1.1.3
Repository: https://github.com/newrelic/go-agent.git
Documentation: pkg.go.dev

# README

v3/integrations/nrecho-v4 GoDoc

Package nrecho instruments applications using https://github.com/labstack/echo v4.

import "github.com/newrelic/go-agent/v3/integrations/nrecho-v4"

For more information, see godocs.

# Packages

No description provided by the author

# Functions

FromContext returns the Transaction from the context if present, and nil otherwise.
Middleware creates Echo middleware with provided config that instruments requests.
No description provided by the author
WrapRouter extracts API endpoints from the echo instance passed to it which is used to detect application URL mapping(api-endpoints) for provable security.

# Structs

Config defines the config for the middleware.

# Type aliases

No description provided by the author
Skipper defines a function to skip middleware.