|
174 | 174 | "doNotSuggest": true, |
175 | 175 | "x-since-version": "v0.290.0" |
176 | 176 | }, |
| 177 | + "telemetry_export_destinations": { |
| 178 | + "$ref": "#/$defs/slice/github.com/databricks/databricks-sdk-go/service/apps.TelemetryExportDestination" |
| 179 | + }, |
177 | 180 | "usage_policy_id": { |
178 | 181 | "$ref": "#/$defs/string", |
179 | 182 | "x-since-version": "v0.283.0" |
|
2057 | 2060 | }, |
2058 | 2061 | "resources.SyncedDatabaseTable": { |
2059 | 2062 | "type": "object", |
2060 | | - "description": "Next field marker: 18", |
2061 | 2063 | "properties": { |
2062 | 2064 | "database_instance_name": { |
2063 | 2065 | "$ref": "#/$defs/string", |
|
3392 | 3394 | }, |
3393 | 3395 | "additionalProperties": false |
3394 | 3396 | }, |
| 3397 | + "apps.TelemetryExportDestination": { |
| 3398 | + "type": "object", |
| 3399 | + "description": "A single telemetry export destination with its configuration and status.", |
| 3400 | + "properties": { |
| 3401 | + "unity_catalog": { |
| 3402 | + "description": "Unity Catalog Destinations for OTEL telemetry export.", |
| 3403 | + "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.UnityCatalog" |
| 3404 | + } |
| 3405 | + }, |
| 3406 | + "additionalProperties": false |
| 3407 | + }, |
| 3408 | + "apps.UnityCatalog": { |
| 3409 | + "type": "object", |
| 3410 | + "description": "Unity Catalog Destinations for OTEL telemetry export.", |
| 3411 | + "properties": { |
| 3412 | + "logs_table": { |
| 3413 | + "description": "Unity Catalog table for OTEL logs.", |
| 3414 | + "$ref": "#/$defs/string" |
| 3415 | + }, |
| 3416 | + "metrics_table": { |
| 3417 | + "description": "Unity Catalog table for OTEL metrics.", |
| 3418 | + "$ref": "#/$defs/string" |
| 3419 | + }, |
| 3420 | + "traces_table": { |
| 3421 | + "description": "Unity Catalog table for OTEL traces (spans).", |
| 3422 | + "$ref": "#/$defs/string" |
| 3423 | + } |
| 3424 | + }, |
| 3425 | + "additionalProperties": false, |
| 3426 | + "required": [ |
| 3427 | + "logs_table", |
| 3428 | + "metrics_table", |
| 3429 | + "traces_table" |
| 3430 | + ] |
| 3431 | + }, |
3395 | 3432 | "catalog.AwsSqsQueue": { |
3396 | 3433 | "type": "object", |
3397 | 3434 | "properties": { |
|
9156 | 9193 | "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.EnvVar" |
9157 | 9194 | } |
9158 | 9195 | }, |
| 9196 | + "apps.TelemetryExportDestination": { |
| 9197 | + "type": "array", |
| 9198 | + "items": { |
| 9199 | + "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/apps.TelemetryExportDestination" |
| 9200 | + } |
| 9201 | + }, |
9159 | 9202 | "catalog.MonitorMetric": { |
9160 | 9203 | "type": "array", |
9161 | 9204 | "items": { |
|
0 commit comments