pub const QUERY: &str = "subscription ComponentAllocatedBytesSubscription ($interval: Int!) {\n componentAllocatedBytes(interval: $interval) {\n componentId\n metric {\n allocatedBytes\n }\n }\n}\n";