Class DatabricksDataObservabilityJobsMonitoringIntegrationDataflowSettingsResponse

Settings of the Data Jobs Monitoring dataflow.

Hierarchy

  • DatabricksDataObservabilityJobsMonitoringIntegrationDataflowSettingsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
ddApiKeyId?: string

ID of the Datadog API key the global init script uses to submit data.

djmGlobalInitScriptEnabled?: boolean

Whether Datadog installs and manages the Agent on your Databricks clusters through a global init script. The script does not apply to clusters in Standard access mode. When false, the Agent is installed manually.

scriptGpumEnabled?: boolean

Whether GPU metrics are collected from your Databricks clusters. The Agent installed by the global init script performs the collection, so this requires the dataflow to be enabled with djm_global_init_script_enabled set to true.

scriptLogsEnabled?: boolean

Whether driver and worker logs are collected from your Databricks clusters. The Agent installed by the global init script performs the collection, so this requires the dataflow to be enabled with djm_global_init_script_enabled set to true.

serverlessJobsEnabled?: boolean

Whether health and cost data is collected for jobs running on Serverless or SQL Warehouse compute. This compute has no clusters for the global init script to target, so collection reads the Databricks system tables and requires system_tables_sql_warehouse_id.

Generated using TypeDoc