You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`accelerated_ready_state_federated_fallback`<br/>*(count)*| Number of times the federated table was queried due to the accelerated table loading the initial data. |
74
74
|`catalog_load_errors`<br/>*(count)*| Number of errors loading the catalog provider. |
75
-
|`catalog_load_state`<br/>*(gauge)*| Status of the catalog provider. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
75
+
|`catalog_load_state`<br/>*(gauge)*| Status of the catalog provider. 0=Initializing, 1=Ready, 2=Disabled, 3=Error, 4=Refreshing, 5=ShuttingDown. |
76
76
|`dataset_acceleration_last_refresh_time_ms`<br/>*(gauge)*| Unix timestamp in seconds when the last refresh completed. |
77
77
|`dataset_acceleration_refresh_duration_ms`<br/>*(histogram)*| Duration in milliseconds to load a full or appended refresh data. |
78
78
|`dataset_acceleration_refresh_errors`<br/>*(count)*| Number of errors refreshing the dataset. |
79
79
|`dataset_active_count`<br/>*(gauge)*| Number of currently loaded datasets. |
80
-
|`dataset_load_state`<br/>*(gauge)*| Status of the dataset. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
80
+
|`dataset_load_state`<br/>*(gauge)*| Status of the dataset. 0=Initializing, 1=Ready, 2=Disabled, 3=Error, 4=Refreshing, 5=ShuttingDown. |
81
81
|`dataset_unavailable_time_ms`<br/>*(gauge)*| Time dataset went offline in milliseconds. |
82
82
|`embeddings_active_count`<br/>*(gauge)*| Number of currently loaded embeddings. |
83
83
|`embeddings_load_errors`<br/>*(count)*| Number of errors loading the embedding. |
84
-
|`embeddings_load_state`<br/>*(gauge)*| Status of the embedding. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
84
+
|`embeddings_load_state`<br/>*(gauge)*| Status of the embedding. 0=Initializing, 1=Ready, 2=Disabled, 3=Error, 4=Refreshing, 5=ShuttingDown. |
85
85
|`flight_request_duration_ms`<br/>*(histogram)*| Measures the duration of Flight requests in milliseconds. |
86
86
|`flight_requests`<br/>*(count)*| Total number of Flight requests. |
87
87
|`http_requests_duration_ms`<br/>*(histogram)*| Measures the duration of HTTP requests in milliseconds. |
88
88
|`http_requests`<br/>*(count)*| Number of HTTP requests. ||
89
-
|`llm_load_state`<br/>*(gauge)*| Status of the LLM model. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
89
+
|`llm_load_state`<br/>*(gauge)*| Status of the LLM model. 0=Initializing, 1=Ready, 2=Disabled, 3=Error, 4=Refreshing, 5=ShuttingDown. |
90
90
|`model_active_count`<br/>*(gauge)*| Number of currently loaded models. |
91
91
|`model_load_duration_ms`<br/>*(histogram)*| Duration in milliseconds to load the model. |
92
92
|`model_load_errors`<br/>*(count)*| Number of errors loading the model. |
93
-
|`model_load_state`<br/>*(gauge)*| Status of the model. 1=Initializing, 2=Ready, 3=Disabled, 4=Error, 5=Refreshing. |
93
+
|`model_load_state`<br/>*(gauge)*| Status of the model. 0=Initializing, 1=Ready, 2=Disabled, 3=Error, 4=Refreshing, 5=ShuttingDown. |
94
94
|`query_duration_ms`<br/>*(histogram)*| The total amount of time spent planning and executing queries in milliseconds. |
95
95
|`query_execution_duration_ms`<br/>*(histogram)*| The total amount of time spent only executing queries (0 for cached queries). |
96
96
|`query_executions`<br/>*(count)*| Number of query executions. |
0 commit comments