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

build(deps): bump prometheus.client.version from 0.15.0 to 0.16.0 #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps prometheus.client.version from 0.15.0 to 0.16.0.
Updates simpleclient from 0.15.0 to 0.16.0

Release notes

Sourced from simpleclient's releases.

0.16.0 / 2022-06-15

[ENHANCEMENT] Environment variable PROMETHEUS_DISABLE_CREATED_SERIES=true for disabling _created metrics (#791). Thanks @​mindw [ENHANCEMENT] Support for OpenTelemetry trace sampling: Only traces that are sampled will be used as exemplars (#766). Thanks @​fscellos [ENHANCEMENT] Handle thread IDs <= 0. Apparently Apache Zookeeper generates negative thread IDs, which causes issues in jmx_exporter (#784). Thanks @​dhoard [ENHANCEMENT] Mark opentelemtry-api as optional to make it an optional dependency in OSGi (#790). Thanks @​adessaigne. [ENHANCEMENT] Move servlet adapters to an internal package to avoid duplicating classes when building OSGi bundles (#789). Thanks @​adessaigne [ENHANCEMENT] Extend the API of the HTTPServer.Builder to allow custom ExecutorService instances (#756). Thanks @​dhoard [ENHANCEMENT] Reduce the number of core threads in HTTPServer from 5 to 1. The HTTPServer will still start up to 5 threads on demand if there are parallel requests, but it will use only 1 thread as long as requests are sequential (#786). [ENHANCEMENT] Optimize metric name sanitization: Replace the regular expression with a hard-coded optimized algorithm to improve performance (#777). Thanks @​fwbrasil [BUGFIX] Fix missing Dropwizard metrics in Vertx (#780). Thanks @​yaronel. [BUGFIX] Fix incorrect buffer size in the Servlet exporter (#794). Thanks @​GreenRover for finding the issue and @​dhoard for the fix. [BUGFIX] Fix sample name filter for the JMX metric jvm_memory_bytes_committed (#768). Thanks @​SvenssonWeb [ENHANCEMENT] Lots of dependency version bumps.

Commits
  • ed0d7ae [maven-release-plugin] prepare release parent-0.16.0
  • 6ac453d Update maintainer notes
  • 5e65821 Bump dependency versions
  • 7de891e Fix Describable returning an empty list (#785)
  • 6730f3e Support _created time series suppression (#791)
  • 75baa06 Move servlet adapters to an internal package to avoid duplicating classes whe...
  • e517786 Mark opentelemtry-api as optional to make it an optional dependency in OSGi.
  • 7c9fc39 Fixed HttpServletResponseAdapterImpl setStatus method to call correct delegat...
  • 2be241c Added defensive code for scenario where thread id <= 0
  • 2f31b96 Reduce number of core threads in HTTPServer to one
  • Additional commits viewable in compare view

Updates simpleclient_httpserver from 0.15.0 to 0.16.0

Release notes

Sourced from simpleclient_httpserver's releases.

0.16.0 / 2022-06-15

[ENHANCEMENT] Environment variable PROMETHEUS_DISABLE_CREATED_SERIES=true for disabling _created metrics (#791). Thanks @​mindw [ENHANCEMENT] Support for OpenTelemetry trace sampling: Only traces that are sampled will be used as exemplars (#766). Thanks @​fscellos [ENHANCEMENT] Handle thread IDs <= 0. Apparently Apache Zookeeper generates negative thread IDs, which causes issues in jmx_exporter (#784). Thanks @​dhoard [ENHANCEMENT] Mark opentelemtry-api as optional to make it an optional dependency in OSGi (#790). Thanks @​adessaigne. [ENHANCEMENT] Move servlet adapters to an internal package to avoid duplicating classes when building OSGi bundles (#789). Thanks @​adessaigne [ENHANCEMENT] Extend the API of the HTTPServer.Builder to allow custom ExecutorService instances (#756). Thanks @​dhoard [ENHANCEMENT] Reduce the number of core threads in HTTPServer from 5 to 1. The HTTPServer will still start up to 5 threads on demand if there are parallel requests, but it will use only 1 thread as long as requests are sequential (#786). [ENHANCEMENT] Optimize metric name sanitization: Replace the regular expression with a hard-coded optimized algorithm to improve performance (#777). Thanks @​fwbrasil [BUGFIX] Fix missing Dropwizard metrics in Vertx (#780). Thanks @​yaronel. [BUGFIX] Fix incorrect buffer size in the Servlet exporter (#794). Thanks @​GreenRover for finding the issue and @​dhoard for the fix. [BUGFIX] Fix sample name filter for the JMX metric jvm_memory_bytes_committed (#768). Thanks @​SvenssonWeb [ENHANCEMENT] Lots of dependency version bumps.

Commits
  • ed0d7ae [maven-release-plugin] prepare release parent-0.16.0
  • 6ac453d Update maintainer notes
  • 5e65821 Bump dependency versions
  • 7de891e Fix Describable returning an empty list (#785)
  • 6730f3e Support _created time series suppression (#791)
  • 75baa06 Move servlet adapters to an internal package to avoid duplicating classes whe...
  • e517786 Mark opentelemtry-api as optional to make it an optional dependency in OSGi.
  • 7c9fc39 Fixed HttpServletResponseAdapterImpl setStatus method to call correct delegat...
  • 2be241c Added defensive code for scenario where thread id <= 0
  • 2f31b96 Reduce number of core threads in HTTPServer to one
  • Additional commits viewable in compare view

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 commands and options

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)

Bumps `prometheus.client.version` from 0.15.0 to 0.16.0.

Updates `simpleclient` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.15.0...parent-0.16.0)

Updates `simpleclient_httpserver` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.15.0...parent-0.16.0)

---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.prometheus:simpleclient_httpserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
0 participants