Databricks SDK for JavaScript
    Preparing search index...
    TelemetryFeature: {
        TELEMETRY_FEATURE_INFERENCE_TABLE: "TELEMETRY_FEATURE_INFERENCE_TABLE";
        TELEMETRY_FEATURE_LOGS: "TELEMETRY_FEATURE_LOGS";
        TELEMETRY_FEATURE_METRICS: "TELEMETRY_FEATURE_METRICS";
        TELEMETRY_FEATURE_TRACES: "TELEMETRY_FEATURE_TRACES";
    } = ...

    A telemetry signal that a serving endpoint can export to Unity Catalog. Use these values to select which signals the endpoint exports.

    Type Declaration

    • ReadonlyTELEMETRY_FEATURE_INFERENCE_TABLE: "TELEMETRY_FEATURE_INFERENCE_TABLE"

      Request and response payloads, logged to the endpoint's inference table.

    • ReadonlyTELEMETRY_FEATURE_LOGS: "TELEMETRY_FEATURE_LOGS"

      Application logs emitted by the served model, exported to the logs table.

    • ReadonlyTELEMETRY_FEATURE_METRICS: "TELEMETRY_FEATURE_METRICS"

      Endpoint metrics, exported to the metrics table.

    • ReadonlyTELEMETRY_FEATURE_TRACES: "TELEMETRY_FEATURE_TRACES"

      Request traces (spans), exported to the traces table.