Skip to content

Commit

Permalink
[pinpoint-apm/pinpoint#8001] support decimal sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqg6666 committed Aug 13, 2021
1 parent f4b8202 commit 875c528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/v1/Cmd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ message PCmdEchoResponse {
}

message PCmdSamplingRate {
int32 samplingRate = 1;
double samplingRate = 1;
}

message PCmdSamplingRateResponse {
PCmdResponse commonResponse = 1;
int32 samplingRate = 2;
double samplingRate = 2;
}

message PCmdActiveThreadDump {
Expand Down

0 comments on commit 875c528

Please sign in to comment.