Skip to content

Commit

Permalink
Disable compression on receive (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>

Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Oct 5, 2022
1 parent 89b1c42 commit 237c0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/services/observatorium-metrics-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,7 @@ objects:
"service_name": "thanos-receive"
"type": "JAEGER"
- --receive.default-tenant-id=FB870BF3-9F3A-44FF-9BF7-D7A047A52F43
- --receive.grpc-compression=none
env:
- name: NAME
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ local thanosRuleSyncer = import './sidecars/thanos-rule-syncer.libsonnet';
if c.name == 'thanos-receive' then c {
args+: [
'--receive.default-tenant-id=FB870BF3-9F3A-44FF-9BF7-D7A047A52F43',
'--receive.grpc-compression=none',
],
env+: s3EnvVars + [{
name: 'DEBUG',
Expand Down

0 comments on commit 237c0a3

Please sign in to comment.