metrics

package
v1.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Module(
	"metrics",
	fx.Decorate(func(log *zap.Logger) *zap.Logger {
		return log.Named("metrics")
	}),
	fx.Provide(
		http.AsRootHandler(newHttpHandler),
	),
)

Functions

This section is empty.

Types

type HttpHandler

type HttpHandler struct {
}

func (*HttpHandler) Register

func (h *HttpHandler) Register(app *fiber.App)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL