Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest image probably does not work with docker 1.12.0 #2

Open
melkor217 opened this issue Jul 29, 2016 · 0 comments
Open

Latest image probably does not work with docker 1.12.0 #2

melkor217 opened this issue Jul 29, 2016 · 0 comments

Comments

@melkor217
Copy link

[dan@dan-desktop ~]$ docker -v
Docker version 1.12.0, build 8eab29e
[dan@dan-desktop ~]$ docker-compose -v
docker-compose version 1.8.0-rc2, build c72c966

It just spams undefined values to statsd:

29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_noxus_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_noxus_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_ayanami_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_ayanami_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_lb_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_lb_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_mysql_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_mysql_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_redis_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_redis_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_graphite_1.cpu.cpu_percent:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_graphite_1.memory.total_swap:undefined|g"
29 Jul 23:10:08 - DEBUG: Bad line: undefined,g in msg "docker.ayanami_workers_1.cpu.cpu_percent:undefined|g"

I run it via docker-compose like this:

  stats:
    image: edyn/docker-stats-statsd:latest
    privileged: true
    environment:
      STATSD_HOST: graphite
      STATSD_PORT: 8125
      STATSD_PREFIX: docker.
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    links:
      - graphite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant