Prometheus Metrics
This endpoint exposes internal telemetry data in a plain-text format ready to be scraped by Prometheus. U se this route to monitor internal performance metrics to integrate Gotenberg into your observability stack.
Configuration
You can configure the Prometheus module behavior. See the Prometheus module configuration for details.
GET/prometheus/metrics
Headers
Gotenberg-Tracestring
A custom request ID to identify the request in the logs; overrides the default UUID.
Example Request
cURL
curl --request GET http://localhost:3000/prometheus/metrics
Responses
- 200 OK
See https://demo.gotenberg.dev/prometheus/metrics for details.
