Metrics
This endpoint serves Prometheus metrics via a HTTP-based interface that provides access to metrics data in a format suitable for scraping by Prometheus servers. The endpoint provides real-time insights into how the system is functioning. The endpoint exposed the metrics in a time-series format, allowing you to track various types of data, including system resources usage, application performance, and other custom metrics.
Currently following metrics are available:
- cpu_usage_percent (CPU usage in percentage.)
- cpu_memory_used_bytes (Used CPU memory, in bytes.)
- cpu_memory_total_bytes (Total CPU memory, in bytes.)
- cpu_load_percent (CPU load, in percentage. Calculated for last 1m, 5m & 15m.)
- http_request_size_bytes (HTTP request sizes in bytes grouped by method, status and handler.)
- http_requests_total (Total number of requests grouped by method, status and handler.)
- http_request_duration_seconds (The HTTP request latencies in seconds.)
Documentation Index
Fetch the complete documentation index at: https://docs.getlimina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
Successful Response
The response is of type string.