Package: effect
Module: Metric
Modifies the metric with the specified update message. For example, if the metric were a gauge, the update would increment the method by the provided amount.
Signature
declare const modify: { <In>(input: In): <Type, Out>(self: Metric<Type, In, Out>) => Effect.Effect<void>; <Type, In, Out>(self: Metric<Type, In, Out>, input: In): Effect.Effect<void>; }
Since v3.6.5