Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Dec 23, 2023
1 parent 5615819 commit a6369fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/opentelemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const { OTLPMetricExporter } = require("@opentelemetry/exporter-metrics-otlp-pro
const { PeriodicExportingMetricReader, ConsoleMetricExporter } = require("@opentelemetry/sdk-metrics");
const { Resource } = require("@opentelemetry/resources");
const { ConsoleSpanExporter } = require("@opentelemetry/sdk-trace-node");
const { isMainThread } = require('worker_threads');
const Debug = require("debug");
const debug = Debug("bte:biothings-explorer:otel-init");

Expand Down

0 comments on commit a6369fe

Please sign in to comment.