Skip to content

Commit 35ab89e

Browse files
dashpoleaabmass
andauthored
Update samples/instrumentation-quickstart/src/instrumentation.ts
Co-authored-by: Aaron Abbott <[email protected]>
1 parent 7e4ed67 commit 35ab89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/instrumentation-quickstart/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function getMetricReader() {
5555
// Use exponential histograms for histogram instruments.
5656
// This can be done using an environment variable after
5757
// https://github.com/open-telemetry/opentelemetry-js/issues/3920 is implemented.
58-
aggregationPreference: (_instrumentType: InstrumentType) => {
58+
aggregationPreference: (instrumentType: InstrumentType) => {
5959
if (_instrumentType === InstrumentType.HISTOGRAM) {
6060
return new ExponentialHistogramAggregation()
6161
}

0 commit comments

Comments
 (0)