Skip to content

Commit

Permalink
example: Update s3 minio example to also show how to specify AWS S3 e…
Browse files Browse the repository at this point in the history
…ndpoint
  • Loading branch information
chancez committed Nov 4, 2020
1 parent 3d6b670 commit c5df1e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/docker-compose/etc/tempo-s3-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ storage:
access_key: tempo
secret_key: supersecret
insecure: true
# For using AWS, select the appropriate regional endpoint and region
# endpoint: s3.dualstack.us-west-2.amazonaws.com
# region: us-west-2
pool:
max_workers: 100 # the worker pool mainly drives querying, but is also used for polling the blocklist
queue_depth: 10000
queue_depth: 10000

0 comments on commit c5df1e3

Please sign in to comment.