package
2.0.2
Repository: https://github.com/becklyn/go-fx-core.git
Documentation: pkg.go.dev

# README

Metrics (prometheus)

The metrics module is designed to be used in combination with the fiber.Module:

app := fx.New(
	env.Module,
	logrus.Module,
	metrics.Module,
	fiber.Module,
)
app.Run()

It wil provide a /metrics http route that provides metrics for use with prometeus.

# Functions

No description provided by the author

# Variables

No description provided by the author