Slackbot
09/14/2023, 3:38 PMHassan Ahmed
09/14/2023, 3:47 PMOlawale
09/16/2023, 2:41 PM"error": "clickhouse: dateTime overflow. timestamp must be between 1925-01-01 00:00:00 and 2283-11-11 00:00:00"}
Hassan Ahmed
09/20/2023, 12:36 AMclickhouse-setup-default
which comes from docker-compose spec that your network is created with project name (i.e directory name) suffixed with -default.
And my app containers were running on network my-app-name-default
so i had to run all of these on same network.
I created an external network and added them to all services of docker-compose.yml in Signoz as well as my app's docker compose services. In such case they no more create and join default network and containers are able to communicate with each other over docker network.
This resolved issue for me.