Skip to content

Server monitoring support

Alejo Carballude requested to merge feature/server_monitoring into develop

Related tasks

Context

Some monitoring services require placing middlewares to analyze traffic and generate server metrics.

Change

This MR includes a monitoring package that exports a Provider interface to configure monitoring middlewares and routes. A Prometheus provider implementation is provided.

Other information

Additional documentation

Merge request reports