@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ConfigMetric

    Describes a configuration or credential-resolution action.

    interface ConfigMetric {
        durationSeconds: number;
        result: MetricResult;
        source: string;
    }
    Index
    durationSeconds: number

    Contains the duration in seconds.

    result: MetricResult

    Contains the result.

    source: string

    Identifies the source, such as file, env, or service-account.