Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: prometheus/client_java

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency lychee to v0.23.0 (#1874)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [lychee](https://redirect.github.com/lycheeverse/lychee) | minor |
`0.22.0` → `0.23.0` |

---

### Release Notes

<details>
<summary>lycheeverse/lychee (lychee)</summary>

###
[`v0.23.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.23.0)

[Compare
Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.22.0...lychee-v0.23.0)

##### Added

- per-host caching
([#&#8203;1974](https://redirect.github.com/lycheeverse/lychee/pull/1974))
- implement per-host rate limiting and statistics
([#&#8203;1929](https://redirect.github.com/lycheeverse/lychee/pull/1929))

##### Fixed

- CacheableResponse should only download file when needed
([#&#8203;2035](https://redirect.github.com/lycheeverse/lychee/pull/2035))
- Combine host stats with response stats
([#&#8203;1975](https://redirect.github.com/lycheeverse/lychee/pull/1975))

##### Other

- delete leftover openssl sentence in readme
- Speed up slow tests
([#&#8203;2019](https://redirect.github.com/lycheeverse/lychee/pull/2019))
- *(deps)* bump the dependencies group with 2 updates
- Improve README.md UX
([#&#8203;2029](https://redirect.github.com/lycheeverse/lychee/pull/2029))
- Replace OpenSSL with rustls
([#&#8203;1928](https://redirect.github.com/lycheeverse/lychee/pull/1928))
- Replace check-if-email-exists with mailify
([#&#8203;1985](https://redirect.github.com/lycheeverse/lychee/pull/1985))
- Redirect hint
([#&#8203;2020](https://redirect.github.com/lycheeverse/lychee/pull/2020))
- Update to reqwest 0.13.1 & cargo update
- *(deps)* bump the dependencies group across 1 directory with 4 updates
- Use absolute instead of canonicalize for relative root-dir
([#&#8203;2008](https://redirect.github.com/lycheeverse/lychee/pull/2008))
- Log successful responses only for Debug and Trace
- Only show redirect details in verbose mode
- Show status code in redirect list
- Use u8 instead of i8 for log level values
- Update comparison table
([#&#8203;1997](https://redirect.github.com/lycheeverse/lychee/pull/1997))
- Rejected urls
([#&#8203;1990](https://redirect.github.com/lycheeverse/lychee/pull/1990))
- Accept ranges
([#&#8203;1989](https://redirect.github.com/lycheeverse/lychee/pull/1989))
- *(deps)* bump the dependencies group with 5 updates
([#&#8203;1988](https://redirect.github.com/lycheeverse/lychee/pull/1988))
- *(deps)* bump the dependencies group with 4 updates
([#&#8203;1978](https://redirect.github.com/lycheeverse/lychee/pull/1978))
- *(deps)* bump the dependencies group with 4 updates
([#&#8203;1973](https://redirect.github.com/lycheeverse/lychee/pull/1973))
- *(docs)* update TOC
- Improve wikilink parsing and checking
([#&#8203;1799](https://redirect.github.com/lycheeverse/lychee/pull/1799))
- Specify that Scoop installation is for Windows
([#&#8203;1969](https://redirect.github.com/lycheeverse/lychee/pull/1969))
- Extract record\_cache\_event & skip mail caching
- Add tldr-pages link to README
([#&#8203;1963](https://redirect.github.com/lycheeverse/lychee/pull/1963))
- *(deps)* bump the dependencies group across 1 directory with 3 updates
([#&#8203;1961](https://redirect.github.com/lycheeverse/lychee/pull/1961))
- Extract URLs from CSS
([#&#8203;1956](https://redirect.github.com/lycheeverse/lychee/pull/1956))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add sum and count for DistributionDataPoint (#1669)

Fixes #1610

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix build (#1652)

because error prone requires jdk 21

---------

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add missing builder method for escaping scheme (#1518)

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UTF-8 support in metric and label names (#1255)

Adds UTF-8 support for metric and label names.

These changes are based on the work done on the Prometheus common
libraries [here](prometheus/common#537) and
[here](prometheus/common#570)

- The `prometheus-metrics-exposition-formats` module will use the new
quoting syntax `{"foo"}` iff the metric does not conform to the legacy
name format (`foo{}`)
- The `prometheus-metrics-model` module has a new flag
(`nameValidationScheme`) that determines if validation is done using the
legacy or the UTF-8 scheme. This flag can be set via a property in the
properties file.
- Scrapers can announce via content negotiation that they support UTF-8
names by adding `escaping=allow-utf-8` in the Accept header. In cases
where UTF-8 is not available, metric providers can be configured to
escape names in a few different ways: values (`U__` UTF value escaping
for perfect round-tripping), underscores (all invalid chars become `_`),
dots (dots become `_dot_`, `_` becomes `__`, all other values become
`___`). Escaping has a global default
(`PrometheusNaming.DEFAULT_ESCAPING_SCHEME`) or can also be specified in
Accept header with the `escaping=` term, which can be `allow-utf-8` (for
UTF-8-compatible), `underscores`, `dots`, or `values`.
This should still be a noop for existing configurations because scrapers
will not be passing the escaping key in the Accept header. Existing
functionality is maintained.
- The `prometheus-metrics-exporter-pushgateway` module will
[escape](https://github.com/prometheus/proposals/blob/main/proposals/2023-08-21-utf8.md#text-escaping)
UTF-8 grouping keys in the URL path used when pushing metrics (see
prometheus/pushgateway#689)

Work towards prometheus/prometheus#13095

---------

Signed-off-by: Federico Torres <federico.torres@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.3.10

Toggle v1.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exposition textformats to bom (#1451)

Replaces #1450

---------

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Co-authored-by: James McIntyre <gh.ka3tx@simplelogin.com>

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin dependencies (#1447)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache) | action |
pinDigest | -> `5a3ec84` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | pinDigest | -> `11bd719` |
|
[actions/configure-pages](https://redirect.github.com/actions/configure-pages)
| action | pinDigest | -> `983d773` |
|
[actions/deploy-pages](https://redirect.github.com/actions/deploy-pages)
| action | pinDigest | -> `d6db901` |
| [actions/setup-java](https://redirect.github.com/actions/setup-java) |
action | pinDigest | -> `c5195ef` |
|
[actions/upload-pages-artifact](https://redirect.github.com/actions/upload-pages-artifact)
| action | pinDigest | -> `56afc60` |
| eclipse-temurin | final | pinDigest |  -> `ffed502` |
| eclipse-temurin |  | pinDigest |  -> `ffed502` |
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | |
pinDigest | -> `b5b59bf` |
| grafana/k6 |  | pinDigest |  -> `b1625f6` |
| grafana/tempo |  | pinDigest |  -> `bc9245f` |
| openjdk |  | pinDigest |  -> `356949c` |
|
[otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases)
| | pinDigest | -> `4798e30` |
| prom/prometheus |  | pinDigest |  -> `3b1d5be` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release (#1373)

Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Synchronize common files from prometheus/prometheus (#1340)

Propagating changes from prometheus/prometheus default branch.

---------

Signed-off-by: prombot <prometheus-team@googlegroups.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump org.wiremock:wiremock from 3.11.0 to 3.12.0 (#1272)

Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.11.0 to 3.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wiremock/wiremock/releases">org.wiremock:wiremock's
releases</a>.</em></p>
<blockquote>
<h2>3.12.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New Features</h2>
<ul>
<li>Support optional removal of null-valued attributes in jsonMerge
helper (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2957">#2957</a>)
<a
href="https://github.com/tomakehurst"><code>@​tomakehurst</code></a></li>
<li>feat: add namespace parameter to equalToXml. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2954">#2954</a>)
<a
href="https://github.com/RafeArnold"><code>@​RafeArnold</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump net.minidev:json-smart from 2.5.1 to 2.5.2 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2962">#2962</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump me.champeau.jmh from 0.7.2 to 0.7.3 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2950">#2950</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to
5.4.2 (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2952">#2952</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>✍ Other changes</h2>
<ul>
<li>Drop to the version of spotless where we didn't have any issues (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2955">#2955</a>)
<a href="https://github.com/leeturner"><code>@​leeturner</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wiremock/wiremock/commit/f208518997aa2e7837b06edec0f23a54220a9578"><code>f208518</code></a>
bump minor version to 3.12.0</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ec2e9fadc7cb99b6b71b4714d47b8d36962531cc"><code>ec2e9fa</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2962">#2962</a>
from wiremock/dependabot/gradle/net.minidev-json-sma...</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/81a2d8c350fb4728ac8745b25e281d9ad4b0a0ea"><code>81a2d8c</code></a>
Bump net.minidev:json-smart from 2.5.1 to 2.5.2</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/ea7272233d55388f40507624c15773a3b44e9827"><code>ea72722</code></a>
Support optional removal of null-valued attributes in jsonMerge helper
(<a
href="https://redirect.github.com/wiremock/wiremock/issues/2957">#2957</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/5c220def5913406faf371b544586aa64a952ea72"><code>5c220de</code></a>
feat: add namespace parameter to equalToXml. (<a
href="https://redirect.github.com/wiremock/wiremock/issues/2954">#2954</a>)</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/c31c9b2e76a0d1f58236207d66020cb74e5445eb"><code>c31c9b2</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2950">#2950</a>
from wiremock/dependabot/gradle/me.champeau.jmh-0.7.3</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/658d13f35d03ac9d97b64ed8a905142bd16a2c2d"><code>658d13f</code></a>
Bump me.champeau.jmh from 0.7.2 to 0.7.3</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/18595732c16ecd9605ac4c6d1837127e38847e09"><code>1859573</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2955">#2955</a>
from wiremock/drop-spotless-version</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/d0caac83d3f1a9d5aff8886b66c3a8ad07991f97"><code>d0caac8</code></a>
Drop to the version of spotless where we didn't have any issues</li>
<li><a
href="https://github.com/wiremock/wiremock/commit/32a0c00d3b6b10218367b3558ada8b65427df04e"><code>32a0c00</code></a>
Merge pull request <a
href="https://redirect.github.com/wiremock/wiremock/issues/2952">#2952</a>
from wiremock/dependabot/gradle/org.apache.httpcompo...</li>
<li>Additional commits viewable in <a
href="https://github.com/wiremock/wiremock/compare/3.11.0...3.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.wiremock:wiremock&package-manager=maven&previous-version=3.11.0&new-version=3.12.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.