Skip to content

Commit

Permalink
Document http_requests metric (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov authored Dec 16, 2024
1 parent dd59f60 commit ddcac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/features/monitoring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dataset_active_count{engine="duckdb"} 1
| `flight_request_duration_ms`<br/>*(histogram)* | Measures the duration of Flight requests in milliseconds. |
| `flight_requests`<br/>*(count)* | Total number of Flight requests. |
| `http_requests_duration_ms`<br/>*(histogram)* | Measures the duration of HTTP requests in milliseconds. |
| `http_requests_total`<br/>*(count)* | Total number of HTTP requests. |
| `http_requests`<br/>*(count)* | Number of HTTP requests. | |
| `llm_load_state`<br/>*(gauge)* | Status of the LLM model. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
| `model_active_count`<br/>*(gauge)* | Number of currently loaded models. |
| `model_load_duration_ms`<br/>*(histogram)* | Duration in milliseconds to load the model. |
Expand Down

0 comments on commit ddcac9b

Please sign in to comment.