MCPcopy Create free account
hub / github.com/Effect-TS/effect / tagMetricsScoped

Function tagMetricsScoped

packages/effect/src/internal/fiberRuntime.ts:2892–2893  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

2890
2891/* @internal */
2892export const tagMetricsScoped = (key: string, value: string): Effect.Effect<void, never, Scope.Scope> =>
2893 labelMetricsScoped([metricLabel.make(key, value)])
2894
2895/* @internal */
2896export const labelMetricsScoped = (

Callers

nothing calls this directly

Calls 2

labelMetricsScopedFunction · 0.85
makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…