diff --git a/Makefile b/Makefile index f35935281..31b1764b2 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 d87afb592..f4644cf4b 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 16303ac24..39c031956 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 f87c6e6e9..d2791ebab 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 c91ae3dad..ad5fee8a9 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