application-metrics-monitoring
application-metrics-monitoring copied to clipboard
How to run through the whole process successfully?
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 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).