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
SELECTcount() AS detached_parts,
database,
table,
disk,
if(coalesce(reason,'unknown')='','detached_by_user',coalesce(reason,'unknown')) AS detach_reason
FROMsystem.detached_partsGROUP BY
database,
table,
disk,
reason
do you propose use system.tables LEFT JOIN system.detached_parts?
OK, probably that does not make too much sense, we just need to look on some other metric.
In short the problem is that it's hard to distinguish if the metric disappeared because it get zeroed, or because the scaping failed, and things like 'min_over_time' and similar work in a bit confusing way when the metric appears for a short a period of time, and then disappears again.
missing metric instead
The text was updated successfully, but these errors were encountered: