| 1 | import * as NodeSdk from "@effect/opentelemetry/NodeSdk" |
| 2 | import { PrometheusExporter } from "@opentelemetry/exporter-prometheus" |
| 3 | import { millis, seconds } from "effect/Duration" |
| 4 | import * as Effect from "effect/Effect" |
nothing calls this directly
no test coverage detected