-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades JMXFetch and adds config option to control statsd blocking m…
…ode (#16602) * Upgrades JMXFetch and adds config option to control statsd blocking mode (#16364) Update releasenotes/notes/jmxfetch-0.47.6-52ab4c3b6b877cd2.yaml Co-authored-by: DeForest Richards <[email protected]> Exposes two more jmxfetch statsd client config settings, socket buffer size and socket timeout Updates jmxfetch cli arg names Update JMXFetch to 0.47.7 Updates releasenote for jmxfetch Updated sha256 for JMXFetch 0.47.8 * [CI] Disable `codecov` in the CI because its Python package disappeared from Pypi (#16549) This PR stops using codecov in the Github Actions CI. The Python codecov uploader we use was deprecated on Feb 1, 2022 and completely disappeared from Pypi on Apr 12, 2023. Co-authored-by: Kylian Serrania <[email protected]> --------- Co-authored-by: Scott Opell <[email protected]> Co-authored-by: Alexandre Menasria <[email protected]> Co-authored-by: Kylian Serrania <[email protected]>
- Loading branch information
1 parent
ea052bb
commit 528a800
Showing
6 changed files
with
47 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Each section from every release note are combined when the | ||
# CHANGELOG.rst is rendered. So the text needs to be worded so that | ||
# it does not depend on any information only available in another | ||
# section. This may mean repeating some details, but each section | ||
# must be readable independently of the other. | ||
# | ||
# Each section note must be formatted as reStructuredText. | ||
--- | ||
enhancements: | ||
- | | ||
Upgraded JMXFetch to ``0.47.8`` which has improvements aimed | ||
to help large metric collections drop fewer payloads. |