Metrics available for the API
Prometheus and JVM metrics are provided to monitor your APIs. For more information
about the metric types, see the Prometheus documentation.
JVM metrics
The standard JVM metrics are available for the API server, such as process_cpu_usage and jvm_memory_used_bytes.
API consumption metrics
The following Prometheus metrics are available for each API. You can use these to create dashboards and track the API usage.
Metric name | Description | Metric type | Labels |
---|---|---|---|
dataset_api_http_requests_total | Number of requests | Counter |
|
dataset_api_request_duration_seconds | Average duration of requests, in seconds | Histogram |
|