Skip to content

Commit

Permalink
Merge branch '1.14.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Dec 4, 2024
2 parents 50db91f + 8788f45 commit fd6cad4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ public enum AggregationTemporality {
*/
CUMULATIVE;

/**
* @deprecated This method was not intended to be public, users should not use it.
*/
@Deprecated
public static io.opentelemetry.proto.metrics.v1.AggregationTemporality toOtlpAggregationTemporality(
AggregationTemporality aggregationTemporality) {
switch (aggregationTemporality) {
Expand Down

0 comments on commit fd6cad4

Please sign in to comment.