From 30f9a324acac91f889c1d1cc9833cd8a8ab09a0d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 9 Nov 2018 14:36:50 +0100 Subject: [PATCH] stackdriver: remove service query tyhpe --- public/app/plugins/datasource/stackdriver/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/datasource/stackdriver/types.ts b/public/app/plugins/datasource/stackdriver/types.ts index 676c4832859..d6d3b700b94 100644 --- a/public/app/plugins/datasource/stackdriver/types.ts +++ b/public/app/plugins/datasource/stackdriver/types.ts @@ -1,5 +1,4 @@ export enum MetricFindQueryTypes { - Services = 'services', MetricTypes = 'metricTypes', MetricLabels = 'metricLabels', ResourceLabels = 'resourceLabels',