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:
image: signoz/query-service:0.28.0
command:
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
[
"-config=/root/config/prometheus.yml",
"--prefer-delta=true"
]
# ports:
# - "6060:6060" # pprof port
# - "8080:8080" # query-service port

View File

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

View File

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

View File

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