Replies: 1 comment 3 replies
-
Here is a setup guide for TraceQL metrics: https://grafana.com/docs/tempo/latest/operations/traceql-metrics/ Are there any error logs in the queriers, query frontend or metrics generator? The request/response logs in the query frontend may also give some clues. Look for lines containing "query range response" and "query range request". |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
![Traces with func no values](https://private-user-images.githubusercontent.com/24368890/390023575-5e109a23-21ca-4a94-97d9-776a6ade006c.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTE4MjcsIm5iZiI6MTczOTExMTUyNywicGF0aCI6Ii8yNDM2ODg5MC8zOTAwMjM1NzUtNWUxMDlhMjMtMjFjYS00YTk0LTk3ZDktNzc2YTZhZGUwMDZjLlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE0MzIwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3NGRkY2NjOThiOTZjZTY1ZGE4ODkzZTU0YzQwZTkyM2EyMTI3OGE2MWYyNWUzZWQxYmJmMjFhNmE5ZjIwMGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FocCJuUa8GsFdEF-Y2Lh7YeIGYQhA-WfnEyl9UDFQfg)
As I can see in previous posts in this forum, a very common and easy way to monitor the traces duration is with the newly added Tempo Metrics and more specifically the functions max/min/avg_over_time.
My issue is that sometimes it works and sometimes it doesn't. Grafana does not specify there is an error running the TraceQL, all I see is "no data".
I checked and the data stream is consistent and available and without the aggregate function I can see the traces duration clearly.
![Traces](https://private-user-images.githubusercontent.com/24368890/390023659-78716b4e-bee7-463e-9656-8b570336ba6c.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTE4MjcsIm5iZiI6MTczOTExMTUyNywicGF0aCI6Ii8yNDM2ODg5MC8zOTAwMjM2NTktNzg3MTZiNGUtYmVlNy00NjNlLTk2NTYtOGI1NzAzMzZiYTZjLlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE0MzIwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3ZGY2MzdhYjdiNjhjMjgyNGFkM2FkNGE2NDZjYzZjNjY2MDczMjViZjBiN2VjMzQxNmZjZmI3M2I5MzljYjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EN0qgSkoVXKqfUT99JqFYLaw9HVTZktVQsRx_QXDBAs)
Every help is appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions