Skip to content

Commit

Permalink
Update to Proto v0.5.0 (open-telemetry#1588)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
obecny authored and dyladan committed Feb 18, 2021
1 parent 722bd6c commit 8e4f4df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/metrics/Metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ export interface MetricOptions {
* User provided logger.
*/
logger?: Logger;

/**
* Boundaries optional for histogram
*/
boundaries?: number[];
}

export interface BatchMetricOptions extends MetricOptions {
Expand Down

0 comments on commit 8e4f4df

Please sign in to comment.