You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the ability to build locally in order to debug and investigate a query which takes very long.
I'm not too familiar with Go and have zero experience with building it.
Preferably I want to build in Mac and the target shall be a Linux Ubuntu machine.
Are there instructions to start?
What to investigate?
I've a case of a query which doesn't complete even in 2 minutes, even though CPU usage and IO disks counters don't seem to reach the limits.
That query shall return almost 80K metrics (Whisper files).
I want to start by inserting my own log lines to track down and pin-point what takes so long, is it really about reading datapoints from Whisper files?
The text was updated successfully, but these errors were encountered:
I need the ability to build locally in order to debug and investigate a query which takes very long.
I'm not too familiar with
Go
and have zero experience with building it.Preferably I want to build in Mac and the target shall be a Linux Ubuntu machine.
Are there instructions to start?
What to investigate?
I've a case of a query which doesn't complete even in 2 minutes, even though CPU usage and IO disks counters don't seem to reach the limits.
That query shall return almost 80K metrics (Whisper files).
I want to start by inserting my own log lines to track down and pin-point what takes so long, is it really about reading datapoints from Whisper files?
The text was updated successfully, but these errors were encountered: