| 1 | import { OTLPLogExporter } from '@opentelemetry/exporter-logs-otlp-http' |
| 2 | import { OTLPMetricExporter } from '@opentelemetry/exporter-metrics-otlp-http' |
| 3 | import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http' |
| 4 | import { resourceFromAttributes } from '@opentelemetry/resources' |
nothing calls this directly
no test coverage detected