希望将指标发送到elastic search。我在Springboot中运行了许多docker服务。使用千分尺和公制节拍有什么不同?
发布于 2021-07-30 03:48:55
有一个nice example in the official observability documentation是关于Metricbeat和Micrometer是如何相互补充的。
微米以供应商中立的方式提供指标。然后,这些指标被pulled by Prometheus和Metricbeat (带有prometheus module)用于将这些指标转发到Elasticsearch。
也可以从图片中删除普罗米修斯,并简单地将测微器配置为push metrics directly to Elasticsearch。
https://stackoverflow.com/questions/68583160
复制相似问题