mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
chore(signoz): remove deprecated signoz arguments (#7849)
### Summary - remove deprecated signoz arguments --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
e2e6c65b4d
commit
82a111e5b1
8
Makefile
8
Makefile
@ -76,9 +76,7 @@ go-run-enterprise: ## Runs the enterprise go backend server
|
|||||||
go run -race \
|
go run -race \
|
||||||
$(GO_BUILD_CONTEXT_ENTERPRISE)/main.go \
|
$(GO_BUILD_CONTEXT_ENTERPRISE)/main.go \
|
||||||
--config ./conf/prometheus.yml \
|
--config ./conf/prometheus.yml \
|
||||||
--cluster cluster \
|
--cluster cluster
|
||||||
--use-logs-new-schema true \
|
|
||||||
--use-trace-new-schema true
|
|
||||||
|
|
||||||
.PHONY: go-test
|
.PHONY: go-test
|
||||||
go-test: ## Runs go unit tests
|
go-test: ## Runs go unit tests
|
||||||
@ -96,9 +94,7 @@ go-run-community: ## Runs the community go backend server
|
|||||||
go run -race \
|
go run -race \
|
||||||
$(GO_BUILD_CONTEXT_COMMUNITY)/main.go \
|
$(GO_BUILD_CONTEXT_COMMUNITY)/main.go \
|
||||||
--config ./conf/prometheus.yml \
|
--config ./conf/prometheus.yml \
|
||||||
--cluster cluster \
|
--cluster cluster
|
||||||
--use-logs-new-schema true \
|
|
||||||
--use-trace-new-schema true
|
|
||||||
|
|
||||||
.PHONY: go-build-community $(GO_BUILD_ARCHS_COMMUNITY)
|
.PHONY: go-build-community $(GO_BUILD_ARCHS_COMMUNITY)
|
||||||
go-build-community: ## Builds the go backend server for community
|
go-build-community: ## Builds the go backend server for community
|
||||||
|
@ -177,8 +177,6 @@ services:
|
|||||||
image: signoz/signoz:v0.82.0
|
image: signoz/signoz:v0.82.0
|
||||||
command:
|
command:
|
||||||
- --config=/root/config/prometheus.yml
|
- --config=/root/config/prometheus.yml
|
||||||
- --use-logs-new-schema=true
|
|
||||||
- --use-trace-new-schema=true
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080" # signoz port
|
- "8080:8080" # signoz port
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -113,8 +113,6 @@ services:
|
|||||||
image: signoz/signoz:v0.82.0
|
image: signoz/signoz:v0.82.0
|
||||||
command:
|
command:
|
||||||
- --config=/root/config/prometheus.yml
|
- --config=/root/config/prometheus.yml
|
||||||
- --use-logs-new-schema=true
|
|
||||||
- --use-trace-new-schema=true
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080" # signoz port
|
- "8080:8080" # signoz port
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -181,8 +181,6 @@ services:
|
|||||||
container_name: signoz
|
container_name: signoz
|
||||||
command:
|
command:
|
||||||
- --config=/root/config/prometheus.yml
|
- --config=/root/config/prometheus.yml
|
||||||
- --use-logs-new-schema=true
|
|
||||||
- --use-trace-new-schema=true
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080" # signoz port
|
- "8080:8080" # signoz port
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
@ -114,8 +114,6 @@ services:
|
|||||||
container_name: signoz
|
container_name: signoz
|
||||||
command:
|
command:
|
||||||
- --config=/root/config/prometheus.yml
|
- --config=/root/config/prometheus.yml
|
||||||
- --use-logs-new-schema=true
|
|
||||||
- --use-trace-new-schema=true
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080" # signoz port
|
- "8080:8080" # signoz port
|
||||||
# - "6060:6060" # pprof port
|
# - "6060:6060" # pprof port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user