Skip to content

Commit

Permalink
tracing duration int changing 32 to 64 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-co authored Nov 14, 2024
1 parent 4e33da1 commit 0945b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ message TracingFilter {
}
message TracingSimpleFilter {
TracingLabelFilters tracing_label_filters = 1;
google.protobuf.UInt32Value latency_threshold_ms = 2;
google.protobuf.UInt64Value latency_threshold_ms = 2;
}

message TracingLabelFilters {
Expand Down

0 comments on commit 0945b9f

Please sign in to comment.