Databricks SDK for JavaScript
    Preparing search index...

    Unity Catalog Destinations for OTEL telemetry export.

    interface UnityCatalog {
        logsTable?: string;
        metricsTable?: string;
        tracesTable?: string;
    }
    Index

    Properties

    logsTable?: string

    Unity Catalog table for OTEL logs.

    metricsTable?: string

    Unity Catalog table for OTEL metrics.

    tracesTable?: string

    Unity Catalog table for OTEL traces (spans).