Skip to content

Commit 4b797dc

Browse files
obecnydyladan
authored andcommitted
Update to Proto v0.5.0 (open-telemetry#1588)
* chore: updating submodule for opentelemetry-proto * chore: necessary changes after upgrade to proto ver. 0.5.0, aligning metrics to latest spec changes * chore: removing examples from lerna bootstrap * chore: cleaning ups unused interfaces * chore: fixing unit test * chore: updating aggregation temporality rules * chore: updating temporality for value recorder * chore: removing unneeded lib * chore: span id and trace id as hex * chore: adding value recorder to example
1 parent 5851d55 commit 4b797dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/src/metrics/Metric.ts

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ export interface MetricOptions {
5959
* User provided logger.
6060
*/
6161
logger?: Logger;
62+
63+
/**
64+
* Boundaries optional for histogram
65+
*/
66+
boundaries?: number[];
6267
}
6368

6469
export interface BatchMetricOptions extends MetricOptions {

0 commit comments

Comments
 (0)