We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bb985 commit c4a8387Copy full SHA for c4a8387
experimental/packages/opentelemetry-exporter-metrics-otlp-http/README.md
@@ -58,7 +58,7 @@ const collectorOptions = {
58
url: '<opentelemetry-collector-url>', // url is optional and can be omitted - default is http://localhost:4318/v1/metrics
59
concurrencyLimit: 1, // an optional limit on pending requests
60
};
61
-const exporter = new OTLPMetricExporter(collectorOptions);
+const metricExporter = new OTLPMetricExporter(collectorOptions);
62
const meterProvider = new MeterProvider({});
63
64
meterProvider.addMetricReader(new PeriodicExportingMetricReader({
0 commit comments