pub const QUERY: &str = "subscription ComponentReceivedBytesTotalsSubscription($interval: Int!) {\n componentReceivedBytesTotals(interval: $interval) {\n componentId\n metric {\n receivedBytesTotal\n }\n }\n}\n";