Skip to content

Commit

Permalink
refactor: remove unused AggregationTemporality enum
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 30, 2021
1 parent 47fde3a commit 5212d9d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ export enum ValueType {
DOUBLE,
}

/** The kind of aggregator. */
export enum AggregationTemporality {
AGGREGATION_TEMPORALITY_UNSPECIFIED,
AGGREGATION_TEMPORALITY_DELTA,
AGGREGATION_TEMPORALITY_CUMULATIVE,
}

/**
* Counter is the most common synchronous instrument. This instrument supports
* an `Add(increment)` function for reporting a sum, and is restricted to
Expand Down

0 comments on commit 5212d9d

Please sign in to comment.