ApiMetricsTag<Self>An ApiMetrics instance tag — a HyperlinkTag plus the linked client id.
Source src/ApiMetrics.ts:953 lines
export type type ApiMetricsTag<Self> = anyAn
ApiMetrics
instance tag — a
HyperlinkTag
plus the linked client id.
ApiMetricsTag<function (type parameter) Self in type ApiMetricsTag<Self>Self> = import HyperlinkTagHyperlinkTag<function (type parameter) Self in type ApiMetricsTag<Self>Self, type ApiMetricsSpec = {
readonly metrics: ReturnType<
typeof stream<typeof apiUsageMetrics>
>
readonly usage: ReturnType<
typeof ref<typeof apiUsageSnapshot>
>
}
ApiMetricsSpec> & {
readonly [const clientIdSym: typeof clientIdSymWhere the linked outbound client id is stored on an
ApiMetrics
tag.
clientIdSym]: string;
};
Referenced by 6 symbols