effect-io-ai

Package: effect
Module: RuntimeFlags

RuntimeFlags.RuntimeMetrics

The runtime metrics flag determines whether or not the Effect runtime system will collect metrics about the Effect runtime. Use of this flag will have a very small negative impact on performance, but generates very helpful operational insight into running Effect applications that can be exported to Prometheus or other tools via Effect Metrics.

Signature

declare const RuntimeMetrics: RuntimeFlag

Source

Since v2.0.0