From b525e1e0e22b28ee0d94efb8796fae59c69d8738 Mon Sep 17 00:00:00 2001 From: peng-yongsheng <8082209@qq.com> Date: Tue, 16 Jan 2018 09:18:56 +0800 Subject: [PATCH] Lowercase the IPv4 and IPv6 attributes, because of there have a java style check that regulate the first letter must be lowercase. --- .../src/main/resources/ui-graphql/server-layer.graphqls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls index eac33a7dc..9a9313e60 100644 --- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls +++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls @@ -10,8 +10,8 @@ type AppServerInfo { os: String host: String pid: Int - IPv4: String - IPv6: String + ipv4: String + ipv6: String } type CPUTrend {