You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/08/15 01:08:37 UTC

[skywalking] 01/01: Correct the yaml config.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch config
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 6f63b381a4215e6b555f9a7e3eb73e7415ce85c5
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Aug 15 09:08:13 2020 +0800

    Correct the yaml config.
---
 oap-server/server-bootstrap/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/application.yml b/oap-server/server-bootstrap/src/main/resources/application.yml
index 13a4f17..32d3cdc 100755
--- a/oap-server/server-bootstrap/src/main/resources/application.yml
+++ b/oap-server/server-bootstrap/src/main/resources/application.yml
@@ -90,7 +90,7 @@ core:
     # The max length of service + endpoint names should be less than 240
     endpointNameMaxLength: ${SW_ENDPOINT_NAME_MAX_LENGTH:150}
     # Define the set of span tag keys, which should be searchable through the GraphQL.
-    searchableTagKeys: ${SW_SEARCHABLE_TAG_KEYS:http.method,status_code,db.type,db.instance,mq.queue,mq.topic,mq.broker}
+    searchableTracesTags: ${SW_SEARCHABLE_TAG_KEYS:http.method,status_code,db.type,db.instance,mq.queue,mq.topic,mq.broker}
 storage:
   selector: ${SW_STORAGE:h2}
   elasticsearch: