FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump prometheus.simpleClientJava.version from 0.8.0 to 0.10.0 by dependabot[bot] · Pull Request #2 · mamh-java/prometheus-plugin · GitHub

Bump prometheus.simpleClientJava.version from 0.8.0 to 0.10.0 - #2

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prometheus.simpleClientJava.version-0.10.0
Closed

Bump prometheus.simpleClientJava.version from 0.8.0 to 0.10.0#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prometheus.simpleClientJava.version-0.10.0

Conversation

dependabot Bot commented on behalf of github Mar 12, 2021
edited
Loading

Copy link
Copy Markdown

Bumps prometheus.simpleClientJava.version from 0.8.0 to 0.10.0.
Updates simpleclient_hotspot from 0.8.0 to 0.10.0

Release notes

Sourced from simpleclient_hotspot's releases.

0.10.0 / 2021-01-25

With this release the client_java simpleclient switches to the OpenMetrics data model and adds support for various new OpenMetrics-related features. This should be largely seamless, however any counters which lack a _total suffix on their sample will now have it added. If you'd prefer to make that change more gradually, you should change your metric names before upgrading to this version.

[CHANGE] Switch data model to OpenMetrics. Primarily this means that _total if present is stripped from the metric name of counters, and _total is now always a suffix on the sample value. This means that all Counter samples now have a _total suffix (#615) [CHANGE] The io.prometheus.client.Collector.Type enum' value UNTYPED renamed to UNKNOWN (#615) [FEATURE] Add Info and Enumeration metric types for direct instrumentation (#615) [FEATURE] Counter, Summary, and Histogram metrics now expose a _created sample with when their child was created (#615) [FEATURE] Add support for units (#615) [FEATURE] Add gauge histograms, info, stateset for custom collectors (#615) [FEATURE] Support negotiating and exposing OpenMetrics for all HTTP server exposition (#615 ) [FEATURE] Add ability to filter metrics in DropwizardExports (#574) [ENHANCEMENT] Handle empty label values for the pushgateway (#553) [ENHANCEMENT] Add Bill of Materials (#561) [ENHANCEMENT] Count HTTP statuses returned for servlet filter (#560) [BUGFIX] Make sure GZIPOutputStream is always closed for httpserver (#598) [BUGFIX] Specify the charset of HTTPServer response for systems not using utf-8 by default (#564)

0.9.0 / 2020-05-11

[CHANGE/ENHANCEMENT] Bump caffeine dependency to 2.7.0 to support AsyncCache (#549) [ENHANCEMENT] Added health check api to simpleclient_httpserver. (#534) [ENHANCEMENT] Remove dependency on sun.misc.Unsafe, allowing building on JDK11 (#547) [ENCHAGEMENT] Wrap PrintWriter with BufferedWriter, making servlet exposition about 2x faster (#540)

0.8.1 / 2020-01-23

[BUGFIX] Don't throw NPE if .help() wasn't called (#458) [BUGFIX]Don't wrap a RuntimeException in another RuntimeException. (#488) [BUGFIX] Make pushgateway module compile on Java 11 (#522)

Commits
  • eb4e694 [maven-release-plugin] prepare release parent-0.10.0
  • 5c66e58 Merge pull request #615 from prometheus/om
  • f09c46b Remove deprecated pushgateway methods. (#617)
  • cf018d1 Address code review comments.
  • 784db17 Make jvm_info use an Info. UNTYPED -> UNKNOWN.
  • 37fa7fb Add support for Info metrics
  • 92d34e3 Add support for Enumeration.
  • 5c0d1e7 Add _created for direct instrumentation.
  • 801f91e Add handling for gsum/gcount/created in Prometheus exposition format.
  • 706672a Add OM output tests.
  • Additional commits viewable in compare view

Updates simpleclient from 0.8.0 to 0.10.0

Release notes

Sourced from simpleclient's releases.

0.10.0 / 2021-01-25

With this release the client_java simpleclient switches to the OpenMetrics data model and adds support for various new OpenMetrics-related features. This should be largely seamless, however any counters which lack a _total suffix on their sample will now have it added. If you'd prefer to make that change more gradually, you should change your metric names before upgrading to this version.

[CHANGE] Switch data model to OpenMetrics. Primarily this means that _total if present is stripped from the metric name of counters, and _total is now always a suffix on the sample value. This means that all Counter samples now have a _total suffix (#615) [CHANGE] The io.prometheus.client.Collector.Type enum' value UNTYPED renamed to UNKNOWN (#615) [FEATURE] Add Info and Enumeration metric types for direct instrumentation (#615) [FEATURE] Counter, Summary, and Histogram metrics now expose a _created sample with when their child was created (#615) [FEATURE] Add support for units (#615) [FEATURE] Add gauge histograms, info, stateset for custom collectors (#615) [FEATURE] Support negotiating and exposing OpenMetrics for all HTTP server exposition (#615 ) [FEATURE] Add ability to filter metrics in DropwizardExports (#574) [ENHANCEMENT] Handle empty label values for the pushgateway (#553) [ENHANCEMENT] Add Bill of Materials (#561) [ENHANCEMENT] Count HTTP statuses returned for servlet filter (#560) [BUGFIX] Make sure GZIPOutputStream is always closed for httpserver (#598) [BUGFIX] Specify the charset of HTTPServer response for systems not using utf-8 by default (#564)

0.9.0 / 2020-05-11

[CHANGE/ENHANCEMENT] Bump caffeine dependency to 2.7.0 to support AsyncCache (#549) [ENHANCEMENT] Added health check api to simpleclient_httpserver. (#534) [ENHANCEMENT] Remove dependency on sun.misc.Unsafe, allowing building on JDK11 (#547) [ENCHAGEMENT] Wrap PrintWriter with BufferedWriter, making servlet exposition about 2x faster (#540)

0.8.1 / 2020-01-23

[BUGFIX] Don't throw NPE if .help() wasn't called (#458) [BUGFIX]Don't wrap a RuntimeException in another RuntimeException. (#488) [BUGFIX] Make pushgateway module compile on Java 11 (#522)

Commits
  • eb4e694 [maven-release-plugin] prepare release parent-0.10.0
  • 5c66e58 Merge pull request #615 from prometheus/om
  • f09c46b Remove deprecated pushgateway methods. (#617)
  • cf018d1 Address code review comments.
  • 784db17 Make jvm_info use an Info. UNTYPED -> UNKNOWN.
  • 37fa7fb Add support for Info metrics
  • 92d34e3 Add support for Enumeration.
  • 5c0d1e7 Add _created for direct instrumentation.
  • 801f91e Add handling for gsum/gcount/created in Prometheus exposition format.
  • 706672a Add OM output tests.
  • Additional commits viewable in compare view

Updates simpleclient_common from 0.8.0 to 0.10.0

Release notes

Sourced from simpleclient_common's releases.

0.10.0 / 2021-01-25

With this release the client_java simpleclient switches to the OpenMetrics data model and adds support for various new OpenMetrics-related features. This should be largely seamless, however any counters which lack a _total suffix on their sample will now have it added. If you'd prefer to make that change more gradually, you should change your metric names before upgrading to this version.

[CHANGE] Switch data model to OpenMetrics. Primarily this means that _total if present is stripped from the metric name of counters, and _total is now always a suffix on the sample value. This means that all Counter samples now have a _total suffix (#615) [CHANGE] The io.prometheus.client.Collector.Type enum' value UNTYPED renamed to UNKNOWN (#615) [FEATURE] Add Info and Enumeration metric types for direct instrumentation (#615) [FEATURE] Counter, Summary, and Histogram metrics now expose a _created sample with when their child was created (#615) [FEATURE] Add support for units (#615) [FEATURE] Add gauge histograms, info, stateset for custom collectors (#615) [FEATURE] Support negotiating and exposing OpenMetrics for all HTTP server exposition (#615 ) [FEATURE] Add ability to filter metrics in DropwizardExports (#574) [ENHANCEMENT] Handle empty label values for the pushgateway (#553) [ENHANCEMENT] Add Bill of Materials (#561) [ENHANCEMENT] Count HTTP statuses returned for servlet filter (#560) [BUGFIX] Make sure GZIPOutputStream is always closed for httpserver (#598) [BUGFIX] Specify the charset of HTTPServer response for systems not using utf-8 by default (#564)

0.9.0 / 2020-05-11

[CHANGE/ENHANCEMENT] Bump caffeine dependency to 2.7.0 to support AsyncCache (#549) [ENHANCEMENT] Added health check api to simpleclient_httpserver. (#534) [ENHANCEMENT] Remove dependency on sun.misc.Unsafe, allowing building on JDK11 (#547) [ENCHAGEMENT] Wrap PrintWriter with BufferedWriter, making servlet exposition about 2x faster (#540)

0.8.1 / 2020-01-23

[BUGFIX] Don't throw NPE if .help() wasn't called (#458) [BUGFIX]Don't wrap a RuntimeException in another RuntimeException. (#488) [BUGFIX] Make pushgateway module compile on Java 11 (#522)

Commits
  • eb4e694 [maven-release-plugin] prepare release parent-0.10.0
  • 5c66e58 Merge pull request #615 from prometheus/om
  • f09c46b Remove deprecated pushgateway methods. (#617)
  • cf018d1 Address code review comments.
  • 784db17 Make jvm_info use an Info. UNTYPED -> UNKNOWN.
  • 37fa7fb Add support for Info metrics
  • 92d34e3 Add support for Enumeration.
  • 5c0d1e7 Add _created for direct instrumentation.
  • 801f91e Add handling for gsum/gcount/created in Prometheus exposition format.
  • 706672a Add OM output tests.
  • Additional commits viewable in compare view

Updates simpleclient_dropwizard from 0.8.0 to 0.10.0

Release notes

Sourced from simpleclient_dropwizard's releases.

0.10.0 / 2021-01-25

With this release the client_java simpleclient switches to the OpenMetrics data model and adds support for various new OpenMetrics-related features. This should be largely seamless, however any counters which lack a _total suffix on their sample will now have it added. If you'd prefer to make that change more gradually, you should change your metric names before upgrading to this version.

[CHANGE] Switch data model to OpenMetrics. Primarily this means that _total if present is stripped from the metric name of counters, and _total is now always a suffix on the sample value. This means that all Counter samples now have a _total suffix (#615) [CHANGE] The io.prometheus.client.Collector.Type enum' value UNTYPED renamed to UNKNOWN (#615) [FEATURE] Add Info and Enumeration metric types for direct instrumentation (#615) [FEATURE] Counter, Summary, and Histogram metrics now expose a _created sample with when their child was created (#615) [FEATURE] Add support for units (#615) [FEATURE] Add gauge histograms, info, stateset for custom collectors (#615) [FEATURE] Support negotiating and exposing OpenMetrics for all HTTP server exposition (#615 ) [FEATURE] Add ability to filter metrics in DropwizardExports (#574) [ENHANCEMENT] Handle empty label values for the pushgateway (#553) [ENHANCEMENT] Add Bill of Materials (#561) [ENHANCEMENT] Count HTTP statuses returned for servlet filter (#560) [BUGFIX] Make sure GZIPOutputStream is always closed for httpserver (#598) [BUGFIX] Specify the charset of HTTPServer response for systems not using utf-8 by default (#564)

0.9.0 / 2020-05-11

[CHANGE/ENHANCEMENT] Bump caffeine dependency to 2.7.0 to support AsyncCache (#549) [ENHANCEMENT] Added health check api to simpleclient_httpserver. (#534) [ENHANCEMENT] Remove dependency on sun.misc.Unsafe, allowing building on JDK11 (#547) [ENCHAGEMENT] Wrap PrintWriter with BufferedWriter, making servlet exposition about 2x faster (#540)

0.8.1 / 2020-01-23

[BUGFIX] Don't throw NPE if .help() wasn't called (#458) [BUGFIX]Don't wrap a RuntimeException in another RuntimeException. (#488) [BUGFIX] Make pushgateway module compile on Java 11 (#522)

Commits
  • eb4e694 [maven-release-plugin] prepare release parent-0.10.0
  • 5c66e58 Merge pull request #615 from prometheus/om
  • f09c46b Remove deprecated pushgateway methods. (#617)
  • cf018d1 Address code review comments.
  • 784db17 Make jvm_info use an Info. UNTYPED -> UNKNOWN.
  • 37fa7fb Add support for Info metrics
  • 92d34e3 Add support for Enumeration.
  • 5c0d1e7 Add _created for direct instrumentation.
  • 801f91e Add handling for gsum/gcount/created in Prometheus exposition format.
  • 706672a Add OM output tests.
  • 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)

dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 12, 2021
mamh2021 force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from 18623c1 to a547a59 Compare March 12, 2021 10:05
dependabot Bot force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from a547a59 to 8c0a43a Compare April 10, 2021 03:58
mamh2021 force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from 8c0a43a to a547a59 Compare May 6, 2021 02:59
dependabot Bot force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from a547a59 to 3276331 Compare May 6, 2021 02:59
mamh2021 force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from 3276331 to a547a59 Compare May 27, 2021 01:47
Bumps `prometheus.simpleClientJava.version` from 0.8.0 to 0.10.0.

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

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

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

Updates `simpleclient_dropwizard` from 0.8.0 to 0.10.0
- [Release notes](https://github.com/prometheus/client_java/releases)
- [Commits](prometheus/client_java@parent-0.8.0...parent-0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot force-pushed the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch from a547a59 to 0de4d98 Compare May 27, 2021 01:47

dependabot Bot commented on behalf of github May 31, 2021

Copy link
Copy Markdown
Author

Superseded by #22.

dependabot Bot closed this May 31, 2021
dependabot Bot deleted the dependabot/maven/prometheus.simpleClientJava.version-0.10.0 branch May 31, 2021 06:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

0 participants


Back | FazBrowse Home | New Git URL