mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
6 lines
156 B
Go
6 lines
156 B
Go
// Package prometheus provides a module which collects metrics and exposes them
|
|
// via an HTTP route.
|
|
//
|
|
// See: https://prometheus.io/.
|
|
package prometheus
|