Skip to content

Commit

Permalink
Merge branch '1.12.x' into 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Dec 4, 2024
2 parents 4606935 + fe13573 commit abc9567
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 abc9567

Please sign in to comment.