metrics
Creates, updates, deletes, gets or lists a metrics resource.
Overview
| Name | metrics |
| Type | Resource |
| Id | databricks_workspace.realtimeserving.metrics |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
exportmetrics | exec | deployment_name | Retrieves the metrics associated with the provided serving endpoint in either Prometheus or OpenMetrics exposition format. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
Lifecycle Methods
- exportmetrics
Retrieves the metrics associated with the provided serving endpoint in either Prometheus or OpenMetrics exposition format.
EXEC databricks_workspace.realtimeserving.metrics.exportmetrics
@deployment_name='{{ deployment_name }}' --required;