|
The sql_exporter works great with many simple queries. I'm trying to use a more complex query that takes maybe 10-15s in SQL but even with a 5 minute timeout never returns results with the exporter so am wondering if there are limitations to what is and what isn't supported. My query goes something like this: TIA |
Answered by
ITcanuck
Oct 15, 2024
Replies: 2 comments 1 reply
|
reworked / optimized query and seeing results now |
1 reply
Answer selected by
burningalchemist
|
I found materialized views can help with more expensive queries that cannot be optimized well for monitoring |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reworked / optimized query and seeing results now