Skip to content

Commit

Permalink
Merge branch 'main' into fix-sdk-metrics-links
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Mar 20, 2023
2 parents 37b7234 + c4a8387 commit e38b046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const collectorOptions = {
url: '<opentelemetry-collector-url>', // url is optional and can be omitted - default is http://localhost:4318/v1/metrics
concurrencyLimit: 1, // an optional limit on pending requests
};
const exporter = new OTLPMetricExporter(collectorOptions);
const metricExporter = new OTLPMetricExporter(collectorOptions);
const meterProvider = new MeterProvider({});

meterProvider.addMetricReader(new PeriodicExportingMetricReader({
Expand Down

0 comments on commit e38b046

Please sign in to comment.