@Prashant Shahi@Vishal Sharma Getting this in click house DB pod
+ wget -O /tmp/histogramQuantile https://github.com/SigNoz/signoz/raw/develop/deploy/docker/clickhouse-setup/user_scripts/histogramQuantile
wget: bad address 'github.com'
+ mv /tmp/histogramQuantile /var/lib/clickhouse/user_scripts/histogramQuantile
mv: can't rename '/tmp/histogramQuantile': No such file or directory
+ chmod +x /var/lib/clickhouse/user_scripts/histogramQuantile
chmod: /var/lib/clickhouse/user_scripts/histogramQuantile: No such file or directory
ā 1
p
Prashant Shahi
06/24/2024, 12:25 PM
This happens when your cluster is unable to reach
<http://github.com|github.com>
.
You can do either of the following:
⢠copy the
histogram
binary to an accessible path and copy from there
⢠if you do not use histogram query-builder functions, you can disable the histogram init container
s
sudhanshu dev
06/24/2024, 12:49 PM
Thank you.Issue resolved. Issue was with kube proxy and core dns
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.