Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Middleware ¶
func Middleware(opts ...Option) echo.MiddlewareFunc
Middleware represents metric middleware
Types ¶
type Option ¶
type Option func(*config)
Option specifies instrumentation configuration options.
func WithMeterProvider ¶
func WithMeterProvider(provider metric.MeterProvider) Option
WithMeterProvider option sets metric provider. If none is specified, the global provider is used.
Click to show internal directories.
Click to hide internal directories.