dependabot[bot] opened a new pull request #11533:
URL: https://github.com/apache/druid/pull/11533


   Bumps 
[java-dogstatsd-client](https://github.com/DataDog/java-dogstatsd-client) from 
2.6.1 to 2.13.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/DataDog/java-dogstatsd-client/releases";>java-dogstatsd-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.13.0</h2>
   <ul>
   <li>[FEATURE] Telemetry: adding developer mode: additional metrics. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/131";>#131</a></li>
   <li>[IMPROVEMENT] Cleanup internal thread model. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/144";>#144</a></li>
   <li>[IMPROVEMENT] All dogstatsd messages are EOL terminated. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/130";>#130</a></li>
   <li>[IMPROVEMENT] Refactor version.properties to dedicated directory. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/147";>#147</a>
 (Thanks <a 
href="https://github.com/cameronhotchkies";><code>@​cameronhotchkies</code></a></li>
   <li>[IMPROVEMENT] Dev: make environment variable variables public. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/132";>#132</a>
 (Thanks <a href="https://github.com/dbyron0";><code>@​dbyron0</code></a>)</li>
   <li>[BUGFIX] Properly compute unicode event strings length. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/149";>#149</a></li>
   <li>[DOCUMENTATION] Updated javadoc and README. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/139";>#139</a>
 and <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/136";>#136</a>.
 (Thanks <a href="https://github.com/snopoke";><code>@​snopoke</code></a> and <a 
href="https://github.com/gherceg";><code>@​gherceg</code></a>)</li>
   </ul>
   <h2>v2.11.0</h2>
   <ul>
   <li>[FEATURE] Aggregation: simple type client-side aggregation. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/121";>#121</a></li>
   <li>[IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/125";>#125</a></li>
   <li>[BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/129";>#129</a></li>
   <li>[BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. 
See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/127";>#127</a></li>
   <li>[BUGFIX] Processor: shutdown the executor on cue, dont leak. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/126";>#126</a></li>
   <li>[DOCS] Aggregation: update with new aggregation instructions. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/122";>#122</a></li>
   </ul>
   <h2>v2.10.5</h2>
   <ul>
   <li>[BUGFIX] Method override preventing previous processor leak fix from 
working. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/128";>#128</a></li>
   </ul>
   <h2>v2.10.4</h2>
   <ul>
   <li>[BUGFIX] Fix processor shutdown: shutdown on cue, prevent leak. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/126";>#126</a></li>
   </ul>
   <h2>v2.10.3</h2>
   <ul>
   <li>[BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + 
TimerTask. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/117";>#117</a>
 (Thanks <a href="https://github.com/blevz";><code>@​blevz</code></a>)</li>
   </ul>
   <h2>v2.10.2</h2>
   <ul>
   <li>[BUGFIX] Fix thread leak on shutdown: release StatsDSender executor. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/115";>#115</a>
 (Thanks <a href="https://github.com/hanny24";><code>@​hanny24</code></a>)</li>
   </ul>
   <h2>v2.10.1</h2>
   <ul>
   <li>[BUGFIX] Fixes build issue on JDK8. No code changes.</li>
   </ul>
   <h2>v2.10.0</h2>
   <ul>
   <li>[FEATURE] Architecture revamp + non-blocking queue, improved 
performance. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/94";>#94</a></li>
   <li>[FEATURE] Enable buffer pool, concurrent sending threads. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/95";>#95</a></li>
   <li>[FEATURE] Adding dogstatsd telemetry to client. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/97";>#97</a></li>
   <li>[FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/107";>#107</a>,
 <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/108";>#108</a>,
 <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/111";>#111</a></li>
   <li>[FEATURE] Allow different remote destination for telemetry. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/109";>#109</a></li>
   <li>[IMPROVEMENT] Improved abstractions + better object construction. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/96";>#96</a></li>
   <li>[IMPROVEMENT] Reduce number of allocations. Thanks <a 
href="https://github.com/njhill";><code>@​njhill</code></a>. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/105";>#105</a></li>
   <li>[DOCS] Container specific tags. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/110";>#110</a></li>
   </ul>
   <h2>v2.9.0</h2>
   <ul>
   <li>[FIX] Add source type name to event payload. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/101";>#101</a></li>
   <li>[IMPROVEMENT] Bump jnr-unixsocket to 0.27. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/102";>#102</a></li>
   <li>[IMPROVEMENT] Bump maven-compiler-plugin to 3.8.1. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/93";>#93</a></li>
   <li>[DOCS] Multiple documentation updates. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/91";>#91</a></li>
   </ul>
   <h2>v2.8.1</h2>
   <ul>
   <li>[FIX] fix entity id with constant tags</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/DataDog/java-dogstatsd-client/blob/master/CHANGELOG.md";>java-dogstatsd-client's
 changelog</a>.</em></p>
   <blockquote>
   <h2>2.13.0 / 2021.06.09</h2>
   <ul>
   <li>[FEATURE] Telemetry: adding developer mode: additional metrics. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/131";>#131</a>[]</li>
   <li>[IMPROVEMENT] Cleanup internal thread model. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/144";>#144</a>[]</li>
   <li>[IMPROVEMENT] All dogstatsd messages are EOL terminated. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/130";>#130</a>[]</li>
   <li>[IMPROVEMENT] Refactor version.properties to dedicated directory. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/147";>#147</a>[]
 (Thanks [<a 
href="https://github.com/cameronhotchkies";><code>@​cameronhotchkies</code></a>][])</li>
   <li>[IMPROVEMENT] Dev: make environment variable variables public. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/132";>#132</a>[]
 (Thanks [<a 
href="https://github.com/dbyron0";><code>@​dbyron0</code></a>][])</li>
   <li>[BUGFIX] Properly compute unicode event strings length. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/149";>#149</a>[]</li>
   <li>[DOCUMENTATION] Updated javadoc and README. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/139";>#139</a>[]
 and <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/136";>#136</a>[].
 (Thanks [<a href="https://github.com/snopoke";><code>@​snopoke</code></a>][] 
and [<a href="https://github.com/gherceg";><code>@​gherceg</code></a>][])</li>
   </ul>
   <h2>2.12.0 / 2021.04.05</h2>
   <ul>
   <li>[IMPROVEMENT] Deployments to Sonatype are now automated (but manually 
triggered).
   No user-facing changes are part of this release.</li>
   </ul>
   <h2>2.11.0 / 2020.12.22</h2>
   <ul>
   <li>[FEATURE] Aggregation: simple type client-side aggregation. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/121";>#121</a>[]</li>
   <li>[IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/125";>#125</a>[]</li>
   <li>[BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/129";>#129</a>[]</li>
   <li>[BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. 
See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/127";>#127</a>[]</li>
   <li>[BUGFIX] Processor: shutdown the executor on cue, dont leak. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/126";>#126</a>[]</li>
   <li>[DOCS] Aggregation: update with new aggregation instructions. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/122";>#122</a>[]</li>
   </ul>
   <h2>2.10.3 / 2020.07.17</h2>
   <ul>
   <li>[BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + 
TimerTask. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/117";>#117</a>[]
 (Thanks [<a href="https://github.com/blevz";><code>@​blevz</code></a>][])</li>
   </ul>
   <h2>2.10.2 / 2020.07.07</h2>
   <ul>
   <li>[BUGFIX] Fix thread leak on shutdown: release StatsDSender executor. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/115";>#115</a>[]
 (Thanks [<a 
href="https://github.com/hanny24";><code>@​hanny24</code></a>][])</li>
   </ul>
   <h2>2.10.1 / 2020.05.26</h2>
   <ul>
   <li>[BUGFIX] Fixes build issue on JDK8. No code changes.</li>
   </ul>
   <h2>2.10.0 / 2020.05.04</h2>
   <ul>
   <li>[FEATURE] Architecture revamp + non-blocking queue, improved 
performance. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/94";>#94</a>[]</li>
   <li>[FEATURE] Enable buffer pool, concurrent sending threads. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/95";>#95</a>[]</li>
   <li>[FEATURE] Adding dogstatsd telemetry to client. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/97";>#97</a>[]</li>
   <li>[FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See 
<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/107";>#107</a>[],
 <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/108";>#108</a>[],
 <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/111";>#111</a>[]</li>
   <li>[FEATURE] Allow different remote destination for telemetry. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/109";>#109</a>[]</li>
   <li>[IMPROVEMENT] Improved abstractions + better object construction. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/96";>#96</a>[]</li>
   <li>[IMPROVEMENT] Reduce number of allocations. Thanks [<a 
href="https://github.com/njhill";><code>@​njhill</code></a>][]. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/105";>#105</a>[]</li>
   <li>[DOCS] Container specific tags. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/110";>#110</a>[]</li>
   </ul>
   <h2>2.9.0 / 2020.02.20</h2>
   <ul>
   <li>[FIX] Add source type name to event payload. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/101";>#101</a>[]</li>
   <li>[IMPROVEMENT] Bump jnr-unixsocket to 0.27. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/102";>#102</a>[]</li>
   <li>[IMPROVEMENT] Bump maven-compiler-plugin to 3.8.1. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/93";>#93</a>[]</li>
   <li>[DOCS] Multiple documentation updates. See <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/91";>#91</a>[]</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/740e5ce0e87774b3f95ddd1a581fbad7ba2f495d";><code>740e5ce</code></a>
 [release] updating pom, readme and changelog for 2.13.0 (<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/151";>#151</a>)</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/c66d62ad97e2783e931be4a0ef3242727e8315f1";><code>c66d62a</code></a>
 make environment variable strings public again (<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/132";>#132</a>)</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/ff9bd171d1af5d1348d937c4ec7f32e9388de6eb";><code>ff9bd17</code></a>
 remove beta comment from recordDistributionValue (<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/136";>#136</a>)</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/638f1e5e720b37219efcaebd84a59262d5aecc54";><code>638f1e5</code></a>
 fix typo in README (<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/139";>#139</a>)</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/b350b7553530d8a230b5b438775fe7f352159ff4";><code>b350b75</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/144";>#144</a>
 from DataDog/mcculls/cleanupThreading</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/a8503a8e718f8a07c8e552f88a5234490e578a25";><code>a8503a8</code></a>
 refactor: Moved version.properties into a dedicated directory (<a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/147";>#147</a>)</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/a48939b7cbfef9bdfe58c78684fc394621912a6c";><code>a48939b</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/DataDog/java-dogstatsd-client/issues/149";>#149</a>
 from DataDog/sgnn7/fix-unicode-event-processing</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/d63ac4557cbafb6c4ed3feee7b07bd40519b0df0";><code>d63ac45</code></a>
 Fix unicode length calculations in event strings</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/1cd075bab6514329b5333cf71cc42f639b4dc696";><code>1cd075b</code></a>
 Replace fixed-size thread pool with a much simpler array of threads</li>
   <li><a 
href="https://github.com/DataDog/java-dogstatsd-client/commit/07f860d04998b730c29905770cfffebb302704a3";><code>07f860d</code></a>
 Support using custom thread factory to spawn StatsD worker threads</li>
   <li>Additional commits viewable in <a 
href="https://github.com/DataDog/java-dogstatsd-client/compare/java-dogstatsd-client-2.6.1...v2.13.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.datadoghq:java-dogstatsd-client&package-manager=maven&previous-version=2.6.1&new-version=2.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to