Commit 0e7d7b0
authored
[SVLS-8796] fix: Change client_drop_p0s from true to false (#1155)
## Overview
Right now the `/info` endpoint of bottlecap returns `client_drop_p0s:
true`, among other things. This is wrong, as "true" means the agent
supports client-side P0 span dropping, but we never want the client to
drop spans. In both cases (Agent-Side Stats and Backend Stats), we need
the client to send all spans to the agent. Therefore, this PR changes
the value from `true` to `false`.
## Testing
N/A. Let me know if there's a good way to test this.
## Notes
Thanks @ajgajg1134 @lucaspimentel @purple4reina for proposing this
change and contributing to some words in the PR summary.1 parent 29e1215 commit 0e7d7b0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments