Micrometer 1.1.1 发布,指标监控工具

栏目: 后端 · 发布时间: 6年前

内容简介:Micrometer 是一款监控指标的度量类库,可以让您在没有供应商锁定的情况下对 JVM 的应用程序代码进行调整。

Micrometer 是一款监控指标的度量类库,可以让您在没有供应商锁定的情况下对 JVM 的应用程序代码进行调整。

增强

  • Auto-configure Kafka consumer metrics in micrometer-spring-legacy.

  • Remove unused Measurement interface in AppOptics.

  • Monitor additivity-disabled loggers for Log4j2.

修复

  • Includes all 1.0.8 fixes .

  • Removed meters are removed from Prometheus registry.

  • Remove metrics from Dropwizard MetricRegistry when removing a meter.

  • Remove HttpSender.print() usages.

  • Fix Kafka consumer metrics.

  • micrometer-registry-statsd does not pollute classpath with  /META-INF/native/libnetty_transport_native_epoll_x86_64.so from Netty 4.1.29.

  • Stop configuring metrics if Hibernate is not available.

  • Fixed StatsD Nagle buffering algorithm.

  • Fix a wrong index when copying an array in Tags.and(Tag...)

  • Jersey server configuration alignment.

  • Remove logging from JvmGcMetrics.

  • PostgreSQLDatabaseMetrics#runQuery advances JDBC cursor to next row.

  • Tag deduplication now does not add extra duplicate tag.

  • Handle null suffix in CloudWatchMeterRegistry.Batch.metricDatum() .


以上所述就是小编给大家介绍的《Micrometer 1.1.1 发布,指标监控工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Data Structures and Algorithms with JavaScript

Data Structures and Algorithms with JavaScript

Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51

If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具