dependabot[bot] opened a new pull request, #14292:
URL: https://github.com/apache/pinot/pull/14292

   Bumps 
[io.prometheus.jmx:jmx_prometheus_javaagent](https://github.com/prometheus/jmx_exporter)
 from 0.19.0 to 1.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus/jmx_exporter/releases";>io.prometheus.jmx:jmx_prometheus_javaagent's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.0.1 / 2024-05-31</h2>
   <p>This release adds Prometheus Protobuf support.</p>
   <p>As always, the jmx_exporter binaries are available on Maven Central:</p>
   <ul>
   <li><a 
href="https://repo.maven.apache.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/1.0.1/jmx_prometheus_javaagent-1.0.1.jar";>jmx_prometheus_javaagent-1.0.1.jar</a></li>
   <li><a 
href="https://repo.maven.apache.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver/1.0.1/jmx_prometheus_httpserver-1.0.1.jar";>jmx_prometheus_httpserver-1.0.1.jar</a></li>
   </ul>
   <p><strong>NOTES</strong></p>
   <p><strong>1. Metrics are no longer served on the root (<code>/</code>) 
path. You will be required to change the scrape URL to 
<code>/metrics</code></strong></p>
   <p><strong>2. Some JVM metric names have changed to conform with the <a 
href="https://openmetrics.io/";>OpenMetrics</a> specification.</strong></p>
   <p><strong>Dashboards will need to be changed if referencing the changed JVM 
metrics.</strong></p>
   <p><a 
href="https://prometheus.github.io/client_java/migration/simpleclient/#jvm-metrics";>https://prometheus.github.io/client_java/migration/simpleclient/#jvm-metrics</a></p>
   <p><strong>3. MBean names that are normalized to the same metric name will 
now contain a label named <code>_objectname</code> that references the MBean 
that provided the metric.</strong></p>
   <p>Example:</p>
   <pre><code># HELP 
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request The 
request count using a cumulative counter 
kafka.rest:name=null,type=jersey-metrics,attribute=v3.topics.partitions-reassignment.list.request-total
   # TYPE 
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request untyped
   
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request{_objectname=&quot;kafka.rest&lt;type=jersey-metrics&gt;&lt;&gt;v3.topics-partitions-reassignment.list.request-total&quot;}
 0.0
   
kafka_rest_jersey_metrics_v3_topics_partitions_reassignment_list_request{_objectname=&quot;kafka.rest&lt;type=jersey-metrics&gt;&lt;&gt;v3.topics.partitions-reassignment.list.request-total&quot;}
 0.0
   </code></pre>
   <hr />
   <p>[BUGFIX] Collection fails for Kafka using release 1.0.0
   [BUGFIX] Fixed <code>NullPointerException</code> during scrape. Thanks <a 
href="https://github.com/simon-greatrix";><code>@​simon-greatrix</code></a>
   [ENHANCEMENT] Improved JMX scraping performance. Thanks <a 
href="https://github.com/nicktelford";><code>@​nicktelford</code></a>
   [ENHANCEMENT] Added configuration example for Kafka KRaft metrics. Thanks <a 
href="https://github.com/KumKeeHyun";><code>@​KumKeeHyun</code></a>.
   [ENHANCEMENT] Added configuration example for Presto/Trino metrics. Thanks 
<a href="https://github.com/Akanksha-kedia";><code>@​Akanksha-kedia</code></a>
   [ENHANCEMENT] Added configuration example for Hazelcast. Thanks <a 
href="https://github.com/Nirzak";><code>@​Nirzak</code></a>
   [ENHANCEMENT] Added better exception handling in Java agent 
<code>premain</code>. Thanks <a 
href="https://github.com/guhanjie";><code>@​guhanjie</code></a>.
   [CHANGE] Updated Tomcat example configuration. Thanks <a 
href="https://github.com/lautarozerpa";><code>@​lautarozerpa</code></a>.
   [CHANGE] Updated integration testing containers to include Java 21 and 22
   [CHANGE] Added <code>azul/prime:21</code> to integration test containers</p>
   <h2>1.0.0 / 2024-05-17</h2>
   <p><strong>This release has functional issues and should not be 
used.</strong></p>
   <p><strong>Use <a 
href="https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1";>1.0.1</a></strong></p>
   <h2>0.20.0 / 2023-08-12</h2>
   <p>This release includes performance enhancements and new MBean attribute 
filtering.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/328d8a36cd4b81c99d19c7490a78f49ddf6fda24";><code>328d8a3</code></a>
 1.0.1</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/0ef09cf793621ab4f5c3ff36e766309ed78bab8a";><code>0ef09cf</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/5300fae36a2055db644f862df904745d0c970cf9";><code>5300fae</code></a>
 Documentation updates (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/970";>#970</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/87fe55dd32559b61d4d5b5e604b02c7b71aa2ffd";><code>87fe55d</code></a>
 Updated dependencies (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/969";>#969</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/d684ab12cf65756d41bf8a9450d04796cce99bce";><code>d684ab1</code></a>
 Refactored authentication tests (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/967";>#967</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/9f57e0d539fd86d831cb5e5df9f92fe5a6df8bd7";><code>9f57e0d</code></a>
 Update docker-image-names.all.txt</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/d3693ea4b2e4e5bcc79d60c7398b0e04916c6236";><code>d3693ea</code></a>
 Added CompositeMBean, JUnit test, and integration test (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/966";>#966</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/2797571a0e27421c7ffd3627e091a6577087e251";><code>2797571</code></a>
 Issue 958 / Handle name collisions (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/960";>#960</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/299337ab650bb98d387e08e51cc36ffe4d08c816";><code>299337a</code></a>
 Enhanced ExcludeObjectNameAttributesTest (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/963";>#963</a>)</li>
   <li><a 
href="https://github.com/prometheus/jmx_exporter/commit/71e82b8210c189e0e634ea446e8e549c1b22059f";><code>71e82b8</code></a>
 Fixed integration test help parsing (<a 
href="https://redirect.github.com/prometheus/jmx_exporter/issues/962";>#962</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus/jmx_exporter/compare/parent-0.19.0...1.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.prometheus.jmx:jmx_prometheus_javaagent&package-manager=maven&previous-version=0.19.0&new-version=1.0.1)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to