feat(billing): implement tenant subscription entitlements system (milestones 0-6)
This commit is contained in:
37
observability/tempo/config.s3.yml
Normal file
37
observability/tempo/config.s3.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
server:
|
||||
http_listen_port: 3200
|
||||
|
||||
distributor:
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
endpoint: 0.0.0.0:4317
|
||||
http:
|
||||
endpoint: 0.0.0.0:4318
|
||||
zipkin:
|
||||
endpoint: 0.0.0.0:9411
|
||||
|
||||
ingester:
|
||||
max_block_bytes: 1000000
|
||||
trace_idle_period: 10s
|
||||
|
||||
compactor:
|
||||
compaction:
|
||||
block_retention: 24h
|
||||
|
||||
storage:
|
||||
trace:
|
||||
backend: s3
|
||||
s3:
|
||||
# MinIO (docker compose). Use `-config.expand-env=true`.
|
||||
endpoint: ${TEMPO_S3_ENDPOINT}
|
||||
bucket: ${TEMPO_S3_BUCKET}
|
||||
access_key: ${TEMPO_S3_ACCESS_KEY}
|
||||
secret_key: ${TEMPO_S3_SECRET_KEY}
|
||||
insecure: true
|
||||
|
||||
overrides:
|
||||
defaults:
|
||||
metrics_generator:
|
||||
processors: []
|
||||
@@ -9,6 +9,8 @@ distributor:
|
||||
endpoint: 0.0.0.0:4317
|
||||
http:
|
||||
endpoint: 0.0.0.0:4318
|
||||
zipkin:
|
||||
endpoint: 0.0.0.0:9411
|
||||
|
||||
ingester:
|
||||
max_block_bytes: 1000000
|
||||
|
||||
Reference in New Issue
Block a user