You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release 4.11.1 (#4506)
This also updates the release process step for updating the appropriate
branch for our docs build. We are in transition from the current
AsciiDoc-based system to a newer 'docs v3' system.
better logging for config state; release 4.10.0 (#4386)
This cherry-picks an improvement from the 3.x branch:
> This adds a periodic (once per minute) dump of effective config changes
> from the default, once per minute at 'trace'-level.
>
> This also fixes an issue where a central-config update of `log_level`
> did not update the *child* logger on the APM client. Only the agent's
> own logger's level was updated.
>
> This adds trans.sampled to some debug logging output.
and prepares for a v4.10.0 release.
Refs: #4291 (equivalent on 3.x branch)