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/29 02:08:52 UTC

[GitHub] [skywalking] wankai123 commented on a diff in pull request #8971: Support autocomplete tags in traces query (backend side), Replace all configurations **_JETTY_** to **_REST_**

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


##########
docs/en/setup/backend/configuration-vocabulary.md:
##########
@@ -202,10 +202,16 @@ core|default|role|Option values: `Mixed/Receiver/Aggregator`. **Receiver** mode
 | receiver-otel | default | A receiver for analyzing metrics data from OpenTelemetry. | - | - |
 | - | - | enabledHandlers| Enabled handlers for otel. | SW_OTEL_RECEIVER_ENABLED_HANDLERS | -                                                                       |
 | - | - | enabledOcRules| Enabled metric rules for OC handler. | SW_OTEL_RECEIVER_ENABLED_OC_RULES | -                                                                       |
-| receiver-zipkin |default|  A receiver for Zipkin traces. | - | - |
-| - | - | restHost| Binding IP of RESTful services. |SW_RECEIVER_ZIPKIN_HOST| 0.0.0.0                                                                 |
-| - | - | restPort | Binding port of RESTful services. | SW_RECEIVER_ZIPKIN_PORT| 9411                                                                    |
-| - | - | restContextPath| Web context path of RESTful services. | SW_RECEIVER_ZIPKIN_CONTEXT_PATH| /                                                                       |
+ receiver-zipkin |default|  A receiver for Zipkin traces. | - | - |
+| - | - | host| Binding IP of RESTful services. |SW_RECEIVER_ZIPKIN_HOST| 0.0.0.0                                                               |
+| - | - | port | Binding port of RESTful services. | SW_RECEIVER_ZIPKIN_PORT| 9411                                                                  |
+| - | - | contextPath| Web context path of RESTful services. | SW_RECEIVER_ZIPKIN_CONTEXT_PATH| /                                                                     |
+| - | - | maxThreads| Maximum thread number of RESTful services. | SW_RECEIVER_ZIPKIN_JETTY_MAX_THREADS| 200                                                                   |
+| - | - | idleTimeOut| Connector idle timeout of RESTful services (in milliseconds). | SW_RECEIVER_ZIPKIN_JETTY_IDLE_TIMEOUT| 30000                                                                 |
+| - | - | acceptorPriorityDelta| ServerSocketChannel backlog of RESTful services. | SW_RECEIVER_ZIPKIN_JETTY_DELTA| 0                                                                     |
+| - | - | acceptQueueSize| Maximum request header size accepted. | SW_RECEIVER_ZIPKIN_QUEUE_SIZE| 0                                                                     |

Review Comment:
   Removed all, @kezhenxu94 pls check.



-- 
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