(clientId: string): stringDefault Hyperlink key for a metrics tag bound to clientId.
utils
Source src/ApiMetrics.ts:732 lines
export const const metricsKeyFor: (
clientId: string
) => string
Default Hyperlink key for a metrics tag bound to clientId.
metricsKeyFor = (clientId: stringclientId: string): string =>
`${clientId: stringclientId}${const metricsKeySuffix: "/metrics"Default suffix appended to clientId for the Hyperlink instance key.
metricsKeySuffix}`;