application-metrics-monitoring icon indicating copy to clipboard operation
application-metrics-monitoring copied to clipboard

How to run through the whole process successfully?

Open zhugw opened this issue 7 years ago • 1 comments

hi, I want to run this app to have a intuitive feel, after starting it successfully, then I access grafana, it let me login, but I do not have an account, I register one then use it to login, but enter home page, I cannot found anything.

In addition, in docker logs I found there are many the same error

telegraf    | 2017-07-05T09:47:04.001420573Z 2017-07-05T09:47:04Z E! Error in plugin [inputs.jolokia]: error performing request: Post http://192.168.0.14:9001/jolokia: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

zhugw avatar Jul 05 '17 09:07 zhugw

@zhugw you have to compose your reports inside Grafana, from the metrics generated by Telegraf. It won't work out of box, because it is entirely customized.

About the error itself, it seem your Telegraf container should reach your application container though internal docker overlay network, instead of using the docker host ip (external).

brunosimioni avatar Jul 05 '17 14:07 brunosimioni