Merge pull request #3541 from SigNoz/chore.preferDeltaTemporalityByDefault

prefer delta by default - fix indent
This commit is contained in:
Dhawal Sanghvi 2023-09-13 14:45:23 +05:30 committed by GitHub
commit c60f612e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 20 deletions

View File

@ -146,10 +146,10 @@ services:
query-service: query-service:
image: signoz/query-service:0.28.0 image: signoz/query-service:0.28.0
command: command:
[ [
"-config=/root/config/prometheus.yml", "-config=/root/config/prometheus.yml",
"--prefer-delta=true" "--prefer-delta=true"
] ]
# ports: # ports:
# - "6060:6060" # pprof port # - "6060:6060" # pprof port
# - "8080:8080" # query-service port # - "8080:8080" # query-service port

View File

@ -23,10 +23,10 @@ services:
- ../dashboards:/root/config/dashboards - ../dashboards:/root/config/dashboards
- ./data/signoz/:/var/lib/signoz/ - ./data/signoz/:/var/lib/signoz/
command: command:
[ [
"-config=/root/config/prometheus.yml", "-config=/root/config/prometheus.yml",
"--prefer-delta=true" "--prefer-delta=true"
] ]
ports: ports:
- "6060:6060" - "6060:6060"
- "8080:8080" - "8080:8080"

View File

@ -165,10 +165,10 @@ services:
image: signoz/query-service:${DOCKER_TAG:-0.28.0} image: signoz/query-service:${DOCKER_TAG:-0.28.0}
container_name: signoz-query-service container_name: signoz-query-service
command: command:
[ [
"-config=/root/config/prometheus.yml", "-config=/root/config/prometheus.yml",
"--prefer-delta=true" "--prefer-delta=true"
] ]
# ports: # ports:
# - "6060:6060" # pprof port # - "6060:6060" # pprof port
# - "8080:8080" # query-service port # - "8080:8080" # query-service port

View File

@ -154,10 +154,10 @@ services:
image: signoz/query-service:latest image: signoz/query-service:latest
container_name: signoz-query-service container_name: signoz-query-service
command: command:
[ [
"-config=/root/config/prometheus.yml", "-config=/root/config/prometheus.yml",
"--prefer-delta=true" "--prefer-delta=true"
] ]
# ports: # ports:
# - "6060:6060" # pprof port # - "6060:6060" # pprof port
# - "8080:8080" # query-service port # - "8080:8080" # query-service port