Ivan Muratov

Results 29 comments of Ivan Muratov

This is my working docker-compose and settings. https://gist.github.com/binakot/d86d4107c5d46e2eae79339aeed4fac0

Почему бы не вынести API на отдельную страницу Wiki или хотя бы добавить раздел в конец README.

> if you have firewalld enabled you need to open the port: > > firewall-cmd --permanent --add-port=9323/tcp Nope, I haven't. Also other exportes work in the same network. Btw I...

I see. Okay, issue can be closed.

@pascal08 Yeah, this is some kind of magic. It worked last time on my dev host, but doesn't work in prod :) I think the problem is in networks, because...

Interesting... Will try smth like this next week too.

> Get docker ip addres > `ip addr show docker0` > Enter docker ip in prometherus.yml configuratin > ` static_configs: - targets: ['172.17.0.1:9323']` > ![docker](https://user-images.githubusercontent.com/816233/82166588-36900000-98b9-11ea-9bb9-a462d52dbf01.png) Try to do it when...

After all I just removed dockerd-exporter from my setup 😆

Thanks for this work, @docteurklein! It was really helpful for my docker image https://github.com/binakot/PostgreSQL-TimescaleDB-PipelineDB. I know that just disable backtrace is not the solution, but at least it works. This...