-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in float format for APM_SAMPLING_RATE #5712
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request does not have a backport label. Could you fix it @pchila? 🙏
|
|
f945788
to
d2092e0
Compare
d2092e0
to
3875bab
Compare
Quality Gate passedIssues Measures |
* Fix float format for APM_SAMPLING_RATE (cherry picked from commit 862b044)
* Fix float format for APM_SAMPLING_RATE (cherry picked from commit 862b044) Co-authored-by: Paolo Chilà <[email protected]>
What does this PR do?
Fix float format specification for APM_SAMPLING_RATE
Why is it important?
Agent will not start because apm.Tracer will error out when a badly formatted sampling rate is passed as environment variable
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added an entry in./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E testDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself