Skip to content

Commit 70d2bc6

Browse files
chore(deps): update dependency aqua:owenlamont/ryl to v0.7.0 (#2071)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aqua:owenlamont/ryl](https://redirect.github.com/owenlamont/ryl) | minor | `0.6.0` → `0.7.0` | --- ### Release Notes <details> <summary>owenlamont/ryl (aqua:owenlamont/ryl)</summary> ### [`v0.7.0`](https://redirect.github.com/owenlamont/ryl/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/owenlamont/ryl/compare/v0.6.0...v0.7.0) #### What's Changed - Consolidate update workflows and migrate configs by [@&#8203;owenlamont](https://redirect.github.com/owenlamont) in [#&#8203;183](https://redirect.github.com/owenlamont/ryl/pull/183) - Cleanup update workflow by [@&#8203;owenlamont](https://redirect.github.com/owenlamont) in [#&#8203;187](https://redirect.github.com/owenlamont/ryl/pull/187) - chore: refresh dependencies and linters by [@&#8203;create-pr-workflow-auth](https://redirect.github.com/create-pr-workflow-auth)\[bot] in [#&#8203;190](https://redirect.github.com/owenlamont/ryl/pull/190) - build(deps): bump the actions-dependencies group across 1 directory with 10 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;192](https://redirect.github.com/owenlamont/ryl/pull/192) - chore: refresh dependencies and linters by [@&#8203;create-pr-workflow-auth](https://redirect.github.com/create-pr-workflow-auth)\[bot] in [#&#8203;194](https://redirect.github.com/owenlamont/ryl/pull/194) - 182 json schema for .ryl.toml config by [@&#8203;owenlamont](https://redirect.github.com/owenlamont) in [#&#8203;195](https://redirect.github.com/owenlamont/ryl/pull/195) - 193 add schemastore integration by [@&#8203;owenlamont](https://redirect.github.com/owenlamont) in [#&#8203;196](https://redirect.github.com/owenlamont/ryl/pull/196) **Full Changelog**: <owenlamont/ryl@v0.6.0...v0.7.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent ebd00ba commit 70d2bc6

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/content/config/config.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ This works for all Metrics properties.
139139

140140
## OpenMetrics 2.0 Properties
141141

142-
<!-- editorconfig-checker-disable -->
143-
144142
| Name | Javadoc | Note |
145143
| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---- |
146144
| io.prometheus.openmetrics2.enabled | [OpenMetrics2Properties.getEnabled()](</client_java/api/io/prometheus/metrics/config/OpenMetrics2Properties.html#getEnabled()>) | (1) |
@@ -149,8 +147,6 @@ This works for all Metrics properties.
149147
| io.prometheus.openmetrics2.exemplar_compliance | [OpenMetrics2Properties.getExemplarCompliance()](</client_java/api/io/prometheus/metrics/config/OpenMetrics2Properties.html#getExemplarCompliance()>) | (1) |
150148
| io.prometheus.openmetrics2.native_histograms | [OpenMetrics2Properties.getNativeHistograms()](</client_java/api/io/prometheus/metrics/config/OpenMetrics2Properties.html#getNativeHistograms()>) | (1) |
151149

152-
<!-- editorconfig-checker-enable -->
153-
154150
(1) Boolean value, `true` or `false`. `enabled=true` switches OpenMetrics responses to the OM2
155151
writer, preserving metric names as written by the application. The other OM2 properties remain
156152
opt-in. All OpenMetrics 2.0 flags are experimental and default to `false`.

docs/content/otel/names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The main steps when converting OpenTelemetry metric names to Prometheus metric n
2525
## `preserve_names`
2626

2727
The Prometheus Java client library can also export its own metrics to OpenTelemetry using the
28-
[OpenTelemetryExporter](/client_java/api/io/prometheus/metrics/exporter/opentelemetry/OpenTelemetryExporter.html). <!-- editorconfig-checker-disable-line -->
28+
[OpenTelemetryExporter](/client_java/api/io/prometheus/metrics/exporter/opentelemetry/OpenTelemetryExporter.html).
2929

3030
For that exporter, `io.prometheus.exporter.opentelemetry.preserve_names=true` preserves metric
3131
names exactly as they were written in the Prometheus Java client.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ protoc = "34.1"
77

88
# Linters
99
actionlint = "1.7.12"
10-
"aqua:owenlamont/ryl" = "0.6.0"
10+
"aqua:owenlamont/ryl" = "0.7.0"
1111
biome = "2.4.12"
1212
editorconfig-checker = "v3.6.1"
1313
"github:google/google-java-format" = "1.35.0"

0 commit comments

Comments
 (0)