diff --git a/Makefile b/Makefile index f3593528147b..31b1764b206a 100644 --- a/Makefile +++ b/Makefile @@ -76,9 +76,7 @@ go-run-enterprise: ## Runs the enterprise go backend server go run -race \ $(GO_BUILD_CONTEXT_ENTERPRISE)/main.go \ --config ./conf/prometheus.yml \ - --cluster cluster \ - --use-logs-new-schema true \ - --use-trace-new-schema true + --cluster cluster .PHONY: go-test go-test: ## Runs go unit tests @@ -96,9 +94,7 @@ go-run-community: ## Runs the community go backend server go run -race \ $(GO_BUILD_CONTEXT_COMMUNITY)/main.go \ --config ./conf/prometheus.yml \ - --cluster cluster \ - --use-logs-new-schema true \ - --use-trace-new-schema true + --cluster cluster .PHONY: go-build-community $(GO_BUILD_ARCHS_COMMUNITY) go-build-community: ## Builds the go backend server for community diff --git a/deploy/docker-swarm/docker-compose.ha.yaml b/deploy/docker-swarm/docker-compose.ha.yaml index d87afb592fef..f4644cf4b137 100644 --- a/deploy/docker-swarm/docker-compose.ha.yaml +++ b/deploy/docker-swarm/docker-compose.ha.yaml @@ -177,8 +177,6 @@ services: image: signoz/signoz:v0.82.0 command: - --config=/root/config/prometheus.yml - - --use-logs-new-schema=true - - --use-trace-new-schema=true ports: - "8080:8080" # signoz port # - "6060:6060" # pprof port diff --git a/deploy/docker-swarm/docker-compose.yaml b/deploy/docker-swarm/docker-compose.yaml index 16303ac2461c..39c0319566ad 100644 --- a/deploy/docker-swarm/docker-compose.yaml +++ b/deploy/docker-swarm/docker-compose.yaml @@ -113,8 +113,6 @@ services: image: signoz/signoz:v0.82.0 command: - --config=/root/config/prometheus.yml - - --use-logs-new-schema=true - - --use-trace-new-schema=true ports: - "8080:8080" # signoz port # - "6060:6060" # pprof port diff --git a/deploy/docker/docker-compose.ha.yaml b/deploy/docker/docker-compose.ha.yaml index f87c6e6e932e..d2791ebabe22 100644 --- a/deploy/docker/docker-compose.ha.yaml +++ b/deploy/docker/docker-compose.ha.yaml @@ -181,8 +181,6 @@ services: container_name: signoz command: - --config=/root/config/prometheus.yml - - --use-logs-new-schema=true - - --use-trace-new-schema=true ports: - "8080:8080" # signoz port # - "6060:6060" # pprof port diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index c91ae3dad0c4..ad5fee8a91ea 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -114,8 +114,6 @@ services: container_name: signoz command: - --config=/root/config/prometheus.yml - - --use-logs-new-schema=true - - --use-trace-new-schema=true ports: - "8080:8080" # signoz port # - "6060:6060" # pprof port