Skip to content

Commit

Permalink
Rename metric
Browse files Browse the repository at this point in the history
  • Loading branch information
puzpuzpuz committed Jan 20, 2021
1 parent dcdb65e commit e6fb1ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/statistics/MetricsCompressorTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('MetricsCompressorTest', function () {
}, -4.2);
compressor.addLong({
prefix: 'a'.repeat(254),
metric: 'differentMetric',
metric: 'longPrefixMetric',
unit: ProbeUnit.BYTES
}, 2147483647);

Expand Down
Binary file modified test/unit/statistics/metrics.compatibility.binary
Binary file not shown.

0 comments on commit e6fb1ab

Please sign in to comment.