pub const QUERY: &str = "subscription ComponentErrorsTotalsSubscription ($interval: Int!) {\n    componentErrorsTotals(interval: $interval) {\n        componentId\n        metric {\n            errorsTotal\n        }\n    }\n}\n";