Skip to content

Commit

Permalink
small renaming to a big name
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson committed Jul 20, 2020
1 parent e12f35f commit 6121efc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public static AggregationConfiguration create(Aggregation aggregation, Temporali
public enum Temporality {
/** Metrics will be aggregated only over the most recent collection interval. */
DELTA,
/**
* Metrics will be aggregated over the lifetime of the associated {@link Instrument}.
*/
/** Metrics will be aggregated over the lifetime of the associated {@link Instrument}. */
CUMULATIVE
}
}

0 comments on commit 6121efc

Please sign in to comment.