For the complete documentation index, see llms.txt. This page is also available as Markdown.

What metrics format is supported?

Our metrics endpoint is built directly into the Engine container and gives more detailed, granular details on the number of requests and various error types. You can see the full list of metrics here.

These metrics are available in OpenMetrics format, which can be ingested by nearly all modern metrics systems.

One such example is Prometheus, and we have a guide describing how to ingest and track these metrics over time with Prometheus.

Last updated