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
which seems reasonable, but rerunning the same query yielded
Communication Error: error sending request for url (https://oxide.sys.rack2.eng.oxide.computer/v1/system/timeseries/query): error sending request for url (https://oxide.sys.rack2.eng.oxide.computer/v1/system/timeseries/query): operation timed out
separately, there are some tables i'm not sure have any data, such as hardware_component:power, always time out for me..
./target/release/oxide --profile dogfood experimental system timeseries query --query 'get hardware_component:power | filter timestamp > @now() - 1m | align mean_within(1m)'
error
Communication Error: error sending request for url (https://oxide.sys.rack2.eng.oxide.computer/v1/system/timeseries/query): error sending request for url (https://oxide.sys.rack2.eng.oxide.computer/v1/system/timeseries/query): operation timed out
The text was updated successfully, but these errors were encountered:
given a query through the CLI like
i sometimes see data, and sometimes get timeouts. in one case,
which seems reasonable, but rerunning the same query yielded
separately, there are some tables i'm not sure have any data, such as
hardware_component:power
, always time out for me..The text was updated successfully, but these errors were encountered: