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

    Interface MetricNames

    Defines suggested names for exporting SDK events to a monitoring system.

    The SDK emits callbacks, not named metrics. Your monitoring adapter can use these names or replace them with its own naming convention.

    interface MetricNames {
        cacheHit: string;
        cacheInvalidate: string;
        cacheMiss: string;
        cacheRefresh: string;
        cacheStore: string;
        configLoad: string;
        credentialsResolve: string;
        tokenAcquireDuration: string;
        tokenLifetime: string;
        tokenRefresh: string;
        tokenRefreshDuration: string;
    }
    Index
    cacheHit: string

    Contains the cache hit.

    cacheInvalidate: string

    Contains the cache invalidate.

    cacheMiss: string

    Contains the cache miss.

    cacheRefresh: string

    Contains the cache refresh.

    cacheStore: string

    Contains the cache store.

    configLoad: string

    Contains the config load.

    credentialsResolve: string

    Contains the credentials resolve.

    tokenAcquireDuration: string

    Contains the token acquire duration.

    tokenLifetime: string

    Contains the token lifetime.

    tokenRefresh: string

    Contains the token refresh.

    tokenRefreshDuration: string

    Contains the token refresh duration.