Spring Boot生产监控 [英] Spring Boot production monitoring

查看:134
本文介绍了Spring Boot生产监控的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Spring Boot Actuator公开了部署容器的许多指标和信息。然而,生产操作人员可能不想在他们的浏览器上盯着纯JSON对象:)

Spring Boot Actuator exposes a lot of metrics and information of the deployed container. However, production operations guys probably don't want to stare at pure JSON objects on their browser :)

在生产中监控这个的标准工具是什么?这将包括图形,警报触发器等。

What would be good "standard" tools for monitoring this in production? This would include graphs, triggers for alerts, etc.

推荐答案

spring-boot-admin项目也是一个很好的监控工具,你的生产支持人员可能会感兴趣。它不像石墨+ graphana那样处理和绘制指标,但是它是一个非常简单的工具来设置和使用来查看所有正在运行的spring-boot应用程序的状态。

The spring-boot-admin project is also a great monitoring tool that your production support guys may be interested in. It doesn't process and graph the metrics at all like graphite+graphana, but it is a great simple tool to setup and use to see the state of all of your running spring-boot applications.

https://github.com/ codecentric / spring-boot-admin

这篇关于Spring Boot生产监控的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆