renovate-bot opened a new pull request, #647: URL: https://github.com/apache/polaris/pull/647
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.prometheus:prometheus-metrics-exporter-servlet-jakarta](https://redirect.github.com/prometheus/client_java) | `1.3.0` -> `1.3.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus/client_java (io.prometheus:prometheus-metrics-exporter-servlet-jakarta)</summary> ### [`v1.3.5`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.5) #### What's Changed - Bump com.google.protobuf:protobuf-java from 4.28.3 to 4.29.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1222](https://redirect.github.com/prometheus/client_java/pull/1222) - Add support for dw-metrics 4.x by [@​kingster](https://redirect.github.com/kingster) in [https://github.com/prometheus/client_java/pull/1228](https://redirect.github.com/prometheus/client_java/pull/1228) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.4...v1.3.5 ### [`v1.3.4`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.4) #### What's Changed - Add instrumentation for Guava & Caffeine to BOM by [@​der-eismann](https://redirect.github.com/der-eismann) in [https://github.com/prometheus/client_java/pull/1175](https://redirect.github.com/prometheus/client_java/pull/1175) - fix register part of documentation for caffeine & guava instrumentati… by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1203](https://redirect.github.com/prometheus/client_java/pull/1203) - \[prometheus-metrics-instrumentation-caffeine] implement getPrometheus… by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1206](https://redirect.github.com/prometheus/client_java/pull/1206) - \[prometheus-metrics-instrumentation-guava] implement getPrometheusNames by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/1211](https://redirect.github.com/prometheus/client_java/pull/1211) - [make Protobuf optional](https://prometheus.github.io/client_java/exporters/formats/#exclude-protobuf-exposition-format) by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1190](https://redirect.github.com/prometheus/client_java/pull/1190) #### New Contributors - [@​der-eismann](https://redirect.github.com/der-eismann) made their first contribution in [https://github.com/prometheus/client_java/pull/1175](https://redirect.github.com/prometheus/client_java/pull/1175) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.3...v1.3.4 ### [`v1.3.3`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.3) #### What's Changed - Bump com.google.protobuf:protobuf-java from 4.28.2 to 4.28.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1178](https://redirect.github.com/prometheus/client_java/pull/1178) - Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.8.0-alpha to 2.9.0-alpha by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/client_java/pull/1164](https://redirect.github.com/prometheus/client_java/pull/1164) - avoid ConcurrentModificationException by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1191](https://redirect.github.com/prometheus/client_java/pull/1191) - revert incompatible api change by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1192](https://redirect.github.com/prometheus/client_java/pull/1192) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.2...v1.3.3 ### [`v1.3.2`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.2) #### What's Changed - Simple MetricsSnapshot performance change by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/963](https://redirect.github.com/prometheus/client_java/pull/963) - feat: add bearerToken builder to pushgateway exporter by [@​FUSAKLA](https://redirect.github.com/FUSAKLA) in [https://github.com/prometheus/client_java/pull/968](https://redirect.github.com/prometheus/client_java/pull/968) - Fix UnknownDataPointSnapshot constructor by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/977](https://redirect.github.com/prometheus/client_java/pull/977) - Added methods by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/978](https://redirect.github.com/prometheus/client_java/pull/978) - Updated CircleCI image by [@​dhoard](https://redirect.github.com/dhoard) in [https://github.com/prometheus/client_java/pull/982](https://redirect.github.com/prometheus/client_java/pull/982) - Change links on front page to be relative by [@​MaBiConti](https://redirect.github.com/MaBiConti) in [https://github.com/prometheus/client_java/pull/981](https://redirect.github.com/prometheus/client_java/pull/981) - add support for guava instrumentation with 1.X.X by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/979](https://redirect.github.com/prometheus/client_java/pull/979) - add support for caffeine instrumentation with 1.X.X by [@​pheyken](https://redirect.github.com/pheyken) in [https://github.com/prometheus/client_java/pull/983](https://redirect.github.com/prometheus/client_java/pull/983) - Nullify noLabels in StatefulMetric during clear() to prevent no-label inc to stop working by [@​iaco86](https://redirect.github.com/iaco86) in [https://github.com/prometheus/client_java/pull/972](https://redirect.github.com/prometheus/client_java/pull/972) - Add abstract build method to MetricSnapshot.Builder by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/969](https://redirect.github.com/prometheus/client_java/pull/969) - Fix PrometheusNaming.sanitizeMetricName() methods by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/975](https://redirect.github.com/prometheus/client_java/pull/975) - additional improve MetricSnapshots.Builder performance by [@​burov4j](https://redirect.github.com/burov4j) in [https://github.com/prometheus/client_java/pull/985](https://redirect.github.com/prometheus/client_java/pull/985) - Make JvmMetrics.register idempotent with the default registry by [@​mimaison](https://redirect.github.com/mimaison) in [https://github.com/prometheus/client_java/pull/987](https://redirect.github.com/prometheus/client_java/pull/987) - http server, add subject.doAs handler wrapper for exchange attribute … by [@​gtully](https://redirect.github.com/gtully) in [https://github.com/prometheus/client_java/pull/1089](https://redirect.github.com/prometheus/client_java/pull/1089) - fix buffer sync logic using modern concurrency primitives by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/991](https://redirect.github.com/prometheus/client_java/pull/991) - use otel autoconfigure by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1147](https://redirect.github.com/prometheus/client_java/pull/1147) - Add clear() method into PrometheusRegistry to unregister all collectors by [@​zeitlinger](https://redirect.github.com/zeitlinger) in [https://github.com/prometheus/client_java/pull/1158](https://redirect.github.com/prometheus/client_java/pull/1158) #### New Contributors - [@​FUSAKLA](https://redirect.github.com/FUSAKLA) made their first contribution in [https://github.com/prometheus/client_java/pull/968](https://redirect.github.com/prometheus/client_java/pull/968) - [@​mimaison](https://redirect.github.com/mimaison) made their first contribution in [https://github.com/prometheus/client_java/pull/977](https://redirect.github.com/prometheus/client_java/pull/977) - [@​MaBiConti](https://redirect.github.com/MaBiConti) made their first contribution in [https://github.com/prometheus/client_java/pull/981](https://redirect.github.com/prometheus/client_java/pull/981) - [@​pheyken](https://redirect.github.com/pheyken) made their first contribution in [https://github.com/prometheus/client_java/pull/979](https://redirect.github.com/prometheus/client_java/pull/979) - [@​iaco86](https://redirect.github.com/iaco86) made their first contribution in [https://github.com/prometheus/client_java/pull/972](https://redirect.github.com/prometheus/client_java/pull/972) - [@​burov4j](https://redirect.github.com/burov4j) made their first contribution in [https://github.com/prometheus/client_java/pull/985](https://redirect.github.com/prometheus/client_java/pull/985) - [@​zeitlinger](https://redirect.github.com/zeitlinger) made their first contribution in [https://github.com/prometheus/client_java/pull/988](https://redirect.github.com/prometheus/client_java/pull/988) - [@​gtully](https://redirect.github.com/gtully) made their first contribution in [https://github.com/prometheus/client_java/pull/1089](https://redirect.github.com/prometheus/client_java/pull/1089) **Full Changelog**: https://github.com/prometheus/client_java/compare/v1.3.1...v1.3.2 ### [`v1.3.1`](https://redirect.github.com/prometheus/client_java/releases/tag/v1.3.1): 1.3.1 / 2024-05-23 This is just a minor update to the 1.3.0 release: With the previous releases it was possible to create illegal `UNIT` names, like `new Unit("&^$")` or `new Unit("total")`. This release prevents that (throwing an `IllegalArgumentException`), and also adds a method `PrometheusNaming.sanitizeUnitName(name)` for converting arbitrary strings into valid Prometheus `UNIT` names. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/apache/polaris). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
