Network metric when docker network is awsvpc

I'm using metribeat running on ecs, and i can't get metrics from docker that use as network awsvpc. All docker that use bridge network are working fine.

Configuration:

  • module: docker
    enabled: true
    metricsets:
    • container
    • cpu
    • diskio
    • event
    • healthcheck
    • info
    • memory
    • network
      hosts: ["unix:///var/run/docker.sock"]
      period: 30s

It's not supported or i did somenthings wrong? i was searching on google, but no other similar issue reported

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.