kezhenxu94 commented on code in PR #11168:
URL: https://github.com/apache/skywalking/pull/11168#discussion_r1281539647
##########
oap-server/server-starter/src/main/resources/application.yml:
##########
@@ -431,6 +431,18 @@ promql:
restMaxThreads: ${SW_PROMQL_REST_MAX_THREADS:200}
restIdleTimeOut: ${SW_PROMQL_REST_IDLE_TIMEOUT:30000}
restAcceptQueueSize: ${SW_PROMQL_REST_QUEUE_SIZE:0}
+
+#This module is for LogQL API.
+logql:
+ selector: ${SW_LOGQL:default}
+ default:
+ # For HTTP server
+ restHost: ${SW_LOGQL_REST_HOST:0.0.0.0}
+ restPort: ${SW_LOGQL_REST_PORT:3100}
Review Comment:
I suggest we don't enable logql, and promql which I missed before, they are
occupying too many ports and are not common cases where users would use, just
let the users enable these when they want
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]