反应堆核核微米是在Maven Central上发布的吗?

发布于 2025-02-10 20:50:13 字数 186 浏览 1 评论 0原文

我想知道反应堆核核微米是否可以公开使用?我在那里找不到。

我之所以问,是因为我注意到schedulers.enablemetrics();已弃用,但我找不到micromer.enableschedulersmetricsDecorator();是公开可用的。

I wonder if reactor-core-micrometer is publicly available? I could not find it there.

I ask because I noticed that Schedulers.enableMetrics(); is deprecated but I couldn't find Micrometer.enableSchedulersMetricsDecorator(); to be publicly available.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诗笺 2025-02-17 20:50:13

反应堆提供了与千分尺的内置集成。检查 exping反应堆指标有关详细信息。

您也可以根据Prometheus& grafana公开了反应堆的调度程序和业务指标“ nofollow noreferrer”>反应堆监视演示

更新

v3.5.0开始新模块 反应堆核核微米被介绍
反应堆核中的指标。入口点是千分尺类。

至于目前,v3.5.0尚未发布,在Maven Central中尚未发布,但依赖项已发布到 https://repo.spring.io/milestone (EG 反应器核核微米:1.0.0-m3

Reactor provides a built-in integration with Micrometer. Check Exposing Reactor metrics for details.

You could also check e2e demo based on Prometheus & Grafana that exposes both Reactor's schedulers and business metrics Reactor monitoring demo.

Update

Starting from v3.5.0 the new module reactor-core-micrometer is introduced for more explicit way of bringing
metrics in reactor-core. The entry point is the Micrometer class.

As for now v3.5.0 is not yet released and not available in maven central but dependencies are published to https://repo.spring.io/milestone (e.g. reactor-core-micrometer:1.0.0-M3)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文