Skip to content

Commit

Permalink
Add sampling rate to elastic APM config (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila authored Sep 12, 2024
1 parent f66604c commit 86f524d
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 203 deletions.
1 change: 1 addition & 0 deletions elastic-agent-client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ message ElasticAPM {
string secret_token = 4;
repeated string hosts = 5;
string global_labels = 6;
optional float sampling_rate = 7;
}

// APM configuration
Expand Down
Loading

0 comments on commit 86f524d

Please sign in to comment.