Skip to content

Commit

Permalink
Merge branch 'remove-label-keys' of github.com:naseemkullah/opentelem…
Browse files Browse the repository at this point in the history
…etry-js into remove-label-keys
  • Loading branch information
Naseem committed May 31, 2020
2 parents 9087bbb + 6d90e67 commit 2a69908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-metrics/test/Batcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Batcher', () => {
logger: new NoopLogger(),
interval: 10000,
}).getMeter('test-meter');
counter = meter.createCounter('ungrouped-batcher-test', {});
counter = meter.createCounter('ungrouped-batcher-test');
fooCounter = counter.bind({ key: 'foo' });
barCounter = counter.bind({ key: 'bar' });
});
Expand Down

0 comments on commit 2a69908

Please sign in to comment.