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.version from 0.11.0 to 0.12.0 in /modules/metrics-exporter #2975

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps prometheus.version from 0.11.0 to 0.12.0.
Updates simpleclient from 0.11.0 to 0.12.0

Release notes

Sourced from simpleclient's releases.

0.12.0 / 2021-08-29

This release has a (minor) breaking change in the simpleclient_hotspot module, fixing an incompatibility with OpenMetrics:

The metric jvm_classes_loaded from the ClassLoadingExports was renamed to jvm_classes_currently_loaded #681. The reason is that there is another metric named jvm_classes_loaded_total, and in OpenMetrics this resulted in a name conflict because the base name jvm_classes_loaded was the same, see prometheus/jmx_exporter#621.

[ENHANCEMENT] add support for Jakarta Servlet, implemented in the new simpleclient_servlet_jakarta module #647. Thanks @​mmadoo for the initial PR. [ENHANCEMENT] provide a way for filtering metrics by name / name prefix. This can be configured either in the HTTPServer, or in the Servlet exporter (both javax and Jakarta). For example, if some JMX metrics cause performance issues, this can be used for excluding these metrics #680. [ENHANCEMENT] for the Servlet filter (both javax and Jakarta): Add a parameter to strip the deployment path from the path label #639. Thanks @​lapo-luchini ! [ENHANCEMENT] Add HTTP Authentication to the HTTPServer #682. Thanks @​dhoard. [BUGFIX] Use <packaging>bundle</packaging> everywhere so that client_java works with OSGI again #678. Thanks @​bigmarvin. [BUGFIX] use the correct name for the metric type gaugehistogram in OpenMetrics (previously this was wrongly named gauge_histogram)

Commits
  • 4157205 [maven-release-plugin] prepare release parent-0.12.0
  • 5655d1f Added HTTP authentication to HTTPServer (#682)
  • c3306c4 Change packaging of simpleclient_tracer to bundle #678
  • e68daf2 Add a sample name filter for in-/excluding metrics by name or name prefix (#680)
  • 17c98eb Prevent name conflicts and rename jvm_classes_loaded (#681)
  • 9701230 Add support for Jakarta servlet #647
  • d663d04 Add parameter to optionally strip deploy path. (#639)
  • 8976c99 Bump jetty-server from 9.3.27.v20190418 to 9.4.41.v20210516
  • 70e0f5a fix typo in OpenMetrics type string for gaugehistogram
  • 9c2d621 Update for 0.11.0
  • Additional commits viewable in compare view

Updates simpleclient_common from 0.11.0 to 0.12.0

Release notes

Sourced from simpleclient_common's releases.

0.12.0 / 2021-08-29

This release has a (minor) breaking change in the simpleclient_hotspot module, fixing an incompatibility with OpenMetrics:

The metric jvm_classes_loaded from the ClassLoadingExports was renamed to jvm_classes_currently_loaded #681. The reason is that there is another metric named jvm_classes_loaded_total, and in OpenMetrics this resulted in a name conflict because the base name jvm_classes_loaded was the same, see prometheus/jmx_exporter#621.

[ENHANCEMENT] add support for Jakarta Servlet, implemented in the new simpleclient_servlet_jakarta module #647. Thanks @​mmadoo for the initial PR. [ENHANCEMENT] provide a way for filtering metrics by name / name prefix. This can be configured either in the HTTPServer, or in the Servlet exporter (both javax and Jakarta). For example, if some JMX metrics cause performance issues, this can be used for excluding these metrics #680. [ENHANCEMENT] for the Servlet filter (both javax and Jakarta): Add a parameter to strip the deployment path from the path label #639. Thanks @​lapo-luchini ! [ENHANCEMENT] Add HTTP Authentication to the HTTPServer #682. Thanks @​dhoard. [BUGFIX] Use <packaging>bundle</packaging> everywhere so that client_java works with OSGI again #678. Thanks @​bigmarvin. [BUGFIX] use the correct name for the metric type gaugehistogram in OpenMetrics (previously this was wrongly named gauge_histogram)

Commits
  • 4157205 [maven-release-plugin] prepare release parent-0.12.0
  • 5655d1f Added HTTP authentication to HTTPServer (#682)
  • c3306c4 Change packaging of simpleclient_tracer to bundle #678
  • e68daf2 Add a sample name filter for in-/excluding metrics by name or name prefix (#680)
  • 17c98eb Prevent name conflicts and rename jvm_classes_loaded (#681)
  • 9701230 Add support for Jakarta servlet #647
  • d663d04 Add parameter to optionally strip deploy path. (#639)
  • 8976c99 Bump jetty-server from 9.3.27.v20190418 to 9.4.41.v20210516
  • 70e0f5a fix typo in OpenMetrics type string for gaugehistogram
  • 9c2d621 Update for 0.11.0
  • Additional commits viewable in compare view

Updates simpleclient_hotspot from 0.11.0 to 0.12.0

Release notes

Sourced from simpleclient_hotspot's releases.

0.12.0 / 2021-08-29

This release has a (minor) breaking change in the simpleclient_hotspot module, fixing an incompatibility with OpenMetrics:

The metric jvm_classes_loaded from the ClassLoadingExports was renamed to jvm_classes_currently_loaded #681. The reason is that there is another metric named jvm_classes_loaded_total, and in OpenMetrics this resulted in a name conflict because the base name jvm_classes_loaded was the same, see prometheus/jmx_exporter#621.

[ENHANCEMENT] add support for Jakarta Servlet, implemented in the new simpleclient_servlet_jakarta module #647. Thanks @​mmadoo for the initial PR. [ENHANCEMENT] provide a way for filtering metrics by name / name prefix. This can be configured either in the HTTPServer, or in the Servlet exporter (both javax and Jakarta). For example, if some JMX metrics cause performance issues, this can be used for excluding these metrics #680. [ENHANCEMENT] for the Servlet filter (both javax and Jakarta): Add a parameter to strip the deployment path from the path label #639. Thanks @​lapo-luchini ! [ENHANCEMENT] Add HTTP Authentication to the HTTPServer #682. Thanks @​dhoard. [BUGFIX] Use <packaging>bundle</packaging> everywhere so that client_java works with OSGI again #678. Thanks @​bigmarvin. [BUGFIX] use the correct name for the metric type gaugehistogram in OpenMetrics (previously this was wrongly named gauge_histogram)

Commits
  • 4157205 [maven-release-plugin] prepare release parent-0.12.0
  • 5655d1f Added HTTP authentication to HTTPServer (#682)
  • c3306c4 Change packaging of simpleclient_tracer to bundle #678
  • e68daf2 Add a sample name filter for in-/excluding metrics by name or name prefix (#680)
  • 17c98eb Prevent name conflicts and rename jvm_classes_loaded (#681)
  • 9701230 Add support for Jakarta servlet #647
  • d663d04 Add parameter to optionally strip deploy path. (#639)
  • 8976c99 Bump jetty-server from 9.3.27.v20190418 to 9.4.41.v20210516
  • 70e0f5a fix typo in OpenMetrics type string for gaugehistogram
  • 9c2d621 Update for 0.11.0
  • 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.version` from 0.11.0 to 0.12.0.

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

Updates `simpleclient_common` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.11.0...parent-0.12.0)

Updates `simpleclient_hotspot` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.11.0...parent-0.12.0)

---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.prometheus:simpleclient_common
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.prometheus:simpleclient_hotspot
  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 Aug 30, 2021
@lkiesow lkiesow self-assigned this Aug 30, 2021
@lkiesow lkiesow merged commit 482a655 into develop Aug 30, 2021
@dependabot dependabot bot deleted the dependabot/maven/modules/metrics-exporter/prometheus.version-0.12.0 branch August 30, 2021 18:58
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant