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