GET /metrics
Returns Prometheus metrics in the standard text exposition format. No authentication required. This endpoint is intended for consumption by a Prometheus scraper, not direct human use.
The response is plain text in Prometheus text format, not JSON.
Response
Content-Type:text/plain
Prometheus metrics in text exposition format. Includes Go runtime metrics, HTTP handler metrics, and application-specific counters.