Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Beutell committed Jul 21, 2023
1 parent 9c8dabf commit efc7758
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions packages/lib/src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,8 @@ export function getMetricsProvider() {
new View({
// See: https://github.com/autometrics-dev/autometrics-ts/issues/102
aggregation: new ExplicitBucketHistogramAggregation([
0,
0.005,
0.01,
0.025,
0.05,
0.075,
0.1,
0.25,
0.5,
0.75,
1,
2.5,
5,
7.5,
10,
0, 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5,
7.5, 10,
]),
instrumentName: HISTOGRAM_NAME,
}),
Expand Down

0 comments on commit efc7758

Please sign in to comment.