Skip to content

Commit

Permalink
Merge branch '1.13.x' into 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 aaaddb2 + abc9567 commit 8788f45
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 8788f45

Please sign in to comment.