Troubleshooting Signoz Instance on Azure
TLDR Nicolai encountered errors when setting up a Signoz instance on Azure using an external Clickhouse instance. Nocnica suggested a test ping.
1
Oct 31, 2023 (1 month ago)
Nicolai
04:23 PMI'm trying to spin up a Signoz instance on Azure - Using an external Clickhouse instance.
I'm getting the following error in the signozschemamigrator:
{
"level": "fatal",
"timestamp": "2023-10-31T16:03:57.316Z",
"caller": "signozschemamigrator/migrate.go:79",
"msg": "Failed to create migration manager",
"component": "migrate cli",
"error": "failed to parse dsn: parse \"tcp://<redacted>.aws.clickhouse.cloud:%!s(float64=9000)?username=default&password=<redacted>\": invalid port \":%!s(float64=9000)\" after host",
"stacktrace": "main.main\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/cmd/signozschemamigrator/migrate.go:79\nruntime.main\n\t/opt/hostedtoolcache/go/1.20.10/x64/src/runtime/proc.go:250"
}
Nicolai
04:23 PMNicolai
04:46 PMNew issue - it fails to ping the clickhouse instance.
I'm using Clickhouse Cloud - any suggestions?
Nocnica
07:25 PM(float64=9000)
but it looks like you figured out that bit,does a test ping to your clickhouse cloud instance succeed?
1
Nicolai
07:26 PMNocnica
07:27 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Issues Running SigNoz on Azure AKS with External ClickHouse DB
Nicolai faced an error while trying to run SigNoz with an external ClickHouse database on Azure AKS. Prashant suggested additional steps and the need for detailed documentation for using SigNoz with an external ClickHouse database.
SigNoz Deployment Issue with External ClickHouse and PVC
Ragulraj faced issues with deploying SigNoz v0.18.1 through kubernetes due to otel-collector not connecting to the correct ClickHouse cluster. After discussing with Srikanth, Syed and Prashant, he decided to try again with SigNoz helm charts, but faced issues with PVC remaining pending.
SigNoz Setup Issue with External ClickHouse in Kubernetes
Ragulraj faced issues with SigNoz setup on Kubernetes using an external ClickHouse. Prashant and Srikanth provided pre-requisites and configuration steps. Ashu agreed to update the documentation.