Skip to content

Commit

Permalink
dont deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Chen authored and Rachel Chen committed Feb 6, 2025
1 parent cf5d52d commit 671d278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ message AggregationComparisonFilter {
Op op = 2;
AttributeValue value = 3 [deprecated = true]; // since only aggregated columns are supported, the value should be numeric
double val = 5;
AttributeAggregation aggregation = 4 [deprecated = true];
AttributeAggregation aggregation = 4;
AttributeConditionalAggregation conditional_aggregation = 6;
}

Expand Down
1 change: 0 additions & 1 deletion proto/sentry_protos/snuba/v1/trace_item_attribute.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ enum ExtrapolationMode {
}

message AttributeAggregation {
option deprecated = true;
Function aggregate = 1;
AttributeKey key = 2;
string label = 3;
Expand Down

0 comments on commit 671d278

Please sign in to comment.