SpringBoot2.x中的应用监控:Actuator+InFluxDB+Telegraf+Grafana https://micrometer.io/docs/registry/influx https://github.com/influxdata/influxdb https://github.com/influxdata/telegraf 总览 Actuator 提供端点将数据暴露出来, Prometheus 定时�去拉取数据并保存和提供搜索和展示, Grafana 提供更加精美的图像化展示 Actuator SpringBoot2.x使用Actuator来做应用监控 InFluxDB Telegraf