@squidcloud/client
    Preparing search index...

    Variable SQUID_METRIC_NAMESConst

    SQUID_METRIC_NAMES: readonly [
        "squid_functionExecution_count",
        "squid_functionExecution_time",
    ] = ...

    Name of metrics publicly provided by the system.

    • Metrics suffixed by '_time' are 'gauge' metrics.
    • Metrics suffixed by '_count' are 'count' metrics. All Squid metrics starts with squid_ prefix.