mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 22:18:59 +08:00
fix the spelling mistakes.
This commit is contained in:
parent
eb28459847
commit
729ea586a8
@ -16,7 +16,7 @@ Query service is the interface between forntend and databases. It is written in
|
|||||||
|
|
||||||
```
|
```
|
||||||
ClickHouseUrl=tcp://localhost:9001
|
ClickHouseUrl=tcp://localhost:9001
|
||||||
TORAGE=clickhouse
|
STORAGE=clickhouse
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- The above values are the default ones used by SigNoz and are kept at `deploy/kubernetes/platform/signoz-charts/query-service/values.yaml` -->
|
<!-- The above values are the default ones used by SigNoz and are kept at `deploy/kubernetes/platform/signoz-charts/query-service/values.yaml` -->
|
||||||
@ -25,7 +25,7 @@ Query service is the interface between forntend and databases. It is written in
|
|||||||
```console
|
```console
|
||||||
cd pkg/query-service
|
cd pkg/query-service
|
||||||
go build -o build/query-service main.go
|
go build -o build/query-service main.go
|
||||||
ClickHouseUrl=tcp://localhost:9001 TORAGE=clickhouse build/query-service
|
ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse build/query-service
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Docker Images
|
#### Docker Images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user