最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring boot - Export requests metrics (SpringBoot 2, Zuul 2, Statsd) - Stack Overflow

programmeradmin1浏览0评论

We are using Netflix Zuul GW of rather older setup (SpringBoot is 2 and Zuul is 2 as well). The metrics exporter is statsd (backed by micrometer).

We do see a basic stuff like CPU, memory and thread pools stats, but not the requests stats - paths distribution, latencies, statuses etc.

What might be missing?

Config of the statsd looks like this:

management:
  metrics:
    export:
      statsd:
        enabled: true
        flavor: telegraf
发布评论

评论列表(0)

  1. 暂无评论