mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 11:09:29 +08:00
chore: exit application if clickhouse is not reachable (#308)
This commit is contained in:
parent
ade8cda91c
commit
6a01ce88cb
@ -57,6 +57,7 @@ func NewReader() *ClickHouseReader {
|
||||
|
||||
if err != nil {
|
||||
zap.S().Error(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
logLevel := promlog.AllowedLevel{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user