tempo
tempo copied to clipboard
"No data for selected query" in Explore Tempo menu
Hi, I’m trying to use the Explore Tempo plugin. I've connected the Tempo data source, and traces are visible, but in the RED metrics or other sections, it shows "No data for selected query." There are no errors in the logs of each pod either.
- Tempo App version : 2.6.0
- Tempo Chart : tempo-distributed-1.18.4
What could be misconfigured? Below is the values.yaml file.
traces:
otlp:
http:
enabled: true
grpc:
enabled: true
tempo:
structuredConfig:
ingester:
lifecycler:
ring:
replication_factor: 3
max_block_bytes: 104857600
max_block_duration: 10m
complete_block_timeout: 15m
storage:
trace:
backend: s3
s3:
region: ap-northeast-2
bucket: owl-tempo
endpoint: s3.ap-northeast-2.amazonaws.com
insecure: true
search:
cache_control:
footer: true
pool:
max_workers: 400
queue_depth: 20000
wal:
path: /var/tempo/wal
distributor:
replicas: 2
config:
log_received_spans:
enabled: true
ingester:
replicas: 3
persistence:
enabled: true
size: 10Gi
serviceAccount:
create: true
name: "tempo"
annotations:
"eks.amazonaws.com/role-arn": "arn:aws:iam::xxxxx:role/xxxx-tempo-irsa"
automountServiceAccountToken: true
global_overrides:
metrics_generator_processors:
- service-graphs
- span-metrics
- local-blocks
metricsGenerator:
enabled: true
config:
processor:
local_blocks:
flush_to_storage: true
Thank you!