Skip to content
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

Bump prometheus client version from 0.15.0 to 0.16.0 #16591

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,18 +378,18 @@ The Apache Software License, Version 2.0
- io.netty-netty-tcnative-classes-2.0.52.Final.jar
* Prometheus client
- io.prometheus.jmx-collector-0.16.1.jar
- io.prometheus-simpleclient-0.15.0.jar
- io.prometheus-simpleclient_caffeine-0.15.0.jar
- io.prometheus-simpleclient_common-0.15.0.jar
- io.prometheus-simpleclient_hotspot-0.15.0.jar
- io.prometheus-simpleclient_httpserver-0.15.0.jar
- io.prometheus-simpleclient_jetty-0.15.0.jar
- io.prometheus-simpleclient_log4j2-0.15.0.jar
- io.prometheus-simpleclient_servlet-0.15.0.jar
- io.prometheus-simpleclient_servlet_common-0.15.0.jar
- io.prometheus-simpleclient_tracer_common-0.15.0.jar
- io.prometheus-simpleclient_tracer_otel-0.15.0.jar
- io.prometheus-simpleclient_tracer_otel_agent-0.15.0.jar
- io.prometheus-simpleclient-0.16.0.jar
- io.prometheus-simpleclient_caffeine-0.16.0.jar
- io.prometheus-simpleclient_common-0.16.0.jar
- io.prometheus-simpleclient_hotspot-0.16.0.jar
- io.prometheus-simpleclient_httpserver-0.16.0.jar
- io.prometheus-simpleclient_jetty-0.16.0.jar
- io.prometheus-simpleclient_log4j2-0.16.0.jar
- io.prometheus-simpleclient_servlet-0.16.0.jar
- io.prometheus-simpleclient_servlet_common-0.16.0.jar
- io.prometheus-simpleclient_tracer_common-0.16.0.jar
- io.prometheus-simpleclient_tracer_otel-0.16.0.jar
- io.prometheus-simpleclient_tracer_otel_agent-0.16.0.jar
* Jakarta Bean Validation API
- jakarta.validation-jakarta.validation-api-2.0.2.jar
- javax.validation-validation-api-1.1.0.Final.jar
Expand Down Expand Up @@ -513,7 +513,7 @@ The Apache Software License, Version 2.0
- io.dropwizard.metrics-metrics-jvm-4.1.12.1.jar
- io.dropwizard.metrics-metrics-jmx-4.1.12.1.jar
* Prometheus
- io.prometheus-simpleclient_httpserver-0.15.0.jar
- io.prometheus-simpleclient_httpserver-0.16.0.jar
* Java JSON WebTokens
- io.jsonwebtoken-jjwt-api-0.11.1.jar
- io.jsonwebtoken-jjwt-impl-0.11.1.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ flexible messaging model and an intuitive client API.</description>
<conscrypt.version>2.5.2</conscrypt.version>
<jersey.version>2.34</jersey.version>
<athenz.version>1.10.50</athenz.version>
<prometheus.version>0.15.0</prometheus.version>
<prometheus.version>0.16.0</prometheus.version>
<vertx.version>3.9.8</vertx.version>
<rocksdb.version>6.29.4.1</rocksdb.version>
<slf4j.version>1.7.32</slf4j.version>
Expand Down
16 changes: 8 additions & 8 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,14 @@ The Apache Software License, Version 2.0
- metrics-graphite-4.1.12.1.jar
- metrics-jvm-4.1.12.1.jar
* Prometheus
- simpleclient-0.15.0.jar
- simpleclient_common-0.15.0.jar
- simpleclient_hotspot-0.15.0.jar
- simpleclient_servlet-0.15.0.jar
- simpleclient_servlet_common-0.15.0.jar
- simpleclient_tracer_common-0.15.0.jar
- simpleclient_tracer_otel-0.15.0.jar
- simpleclient_tracer_otel_agent-0.15.0.jar
- simpleclient-0.16.0.jar
- simpleclient_common-0.16.0.jar
- simpleclient_hotspot-0.16.0.jar
- simpleclient_servlet-0.16.0.jar
- simpleclient_servlet_common-0.16.0.jar
- simpleclient_tracer_common-0.16.0.jar
- simpleclient_tracer_otel-0.16.0.jar
- simpleclient_tracer_otel_agent-0.16.0.jar
* JCTools
- jctools-core-2.1.2.jar
* Asynchronous Http Client
Expand Down