You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/28 14:19:23 UTC

[GitHub] [skywalking] wankai123 commented on a diff in pull request #8971: Support autocomplete tags in traces query (backend side)

wankai123 commented on code in PR #8971:
URL: https://github.com/apache/skywalking/pull/8971#discussion_r860949310


##########
oap-server/server-starter/src/main/resources/application.yml:
##########
@@ -393,6 +393,7 @@ receiver-zipkin:
     jettyAcceptorPriorityDelta: ${SW_RECEIVER_ZIPKIN_JETTY_DELTA:0}
     jettyAcceptQueueSize: ${SW_RECEIVER_ZIPKIN_QUEUE_SIZE:0}
     instanceNameRule: ${SW_RECEIVER_ZIPKIN_INSTANCE_NAME_RULE:[spring.instance_id,node_id]}
+    searchableTracesTags: ${SW_ZIPKIN_SEARCHABLE_TAG_KEYS:http.method}

Review Comment:
   I have added this and some missing items to the doc.  I found the env. variable still name `JETTY_xx`, should we keep these name styles for compatibility?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org