From 02873aa8d11d1532f070bb6035686c9d7537bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 3 Apr 2019 14:01:11 -0700 Subject: [PATCH] Update log.graphqls --- log.graphqls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log.graphqls b/log.graphqls index 005bc6c..7ffdbb8 100644 --- a/log.graphqls +++ b/log.graphqls @@ -37,6 +37,8 @@ type Log { # Represent the conditions used for query logs input LogQueryCondition { + # Metric name of the log records + metricName: ID # The value of 0 means all services. serviceId: ID serviceInstanceId: ID -- GitLab