Hi
I am trying to run tempo-distributed in kubernetes with minio s3 storage on virtual host is the same cloud.
custom.yaml file to apply
---
storage:
trace:
backend: s3
s3:
access_key: 'acc_key'
secret_key: 'secret_key'
bucket: 'echo-test'
endpoint: 'endpoint with minio on 9000 port (API)'
insecure: true
traces:
otlp:
grpc:
enabled: true
http:
enabled: true
zipkin:
enabled: true
jaeger:
thriftHttp:
enabled: true
opencensus:
enabled: true
minio:
enabled: false
server:
# -- Log level. Can be set to trace, debug, info (default), warn, error, fatal, panic
logLevel: debug
distributor:
config:
# -- Enable to log every received trace id to help debug ingestion
# -- WARNING: Deprecated. Use log_received_spans instead.
log_received_traces: true
# -- Enable to log every received span to help debug ingestion or calculate span error distributions using the logs
log_received_spans:
enabled: true
include_all_attributes: true
filter_by_status_error: true
So, after deploy in k8s all pods green and seems everything is ok.
But, when i try to push some traces on distributor nothing happens and no single-tenant blocks appear in s3
Curl post send partial success, but also nothing