Re: [PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wu-sheng merged PR #11901: URL: https://github.com/apache/skywalking/pull/11901 -- 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:

Re: [PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wu-sheng commented on code in PR #11901: URL: https://github.com/apache/skywalking/pull/11901#discussion_r1495533200 ## oap-server/server-query-plugin/promql-plugin/src/main/java/org/apache/skywalking/oap/query/promql/PromQLConfig.java: ## @@ -31,4 +31,12 @@ public class

Re: [PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wu-sheng commented on code in PR #11901: URL: https://github.com/apache/skywalking/pull/11901#discussion_r1495531905 ## oap-server/server-query-plugin/promql-plugin/src/main/java/org/apache/skywalking/oap/query/promql/PromQLConfig.java: ## @@ -31,4 +31,12 @@ public class

Re: [PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wu-sheng commented on code in PR #11901: URL: https://github.com/apache/skywalking/pull/11901#discussion_r1495531006 ## oap-server/server-starter/src/main/resources/application.yml: ## @@ -443,6 +443,13 @@ promql: restMaxThreads: ${SW_PROMQL_REST_MAX_THREADS:200}

Re: [PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wu-sheng commented on code in PR #11901: URL: https://github.com/apache/skywalking/pull/11901#discussion_r1495424254 ## oap-server/server-query-plugin/promql-plugin/src/main/java/org/apache/skywalking/oap/query/promql/entity/BuildInfo.java: ## @@ -0,0 +1,35 @@ +/* + * Licensed

[PR] Mock `/api/v1/status/buildinfo` for PromQL API [skywalking]

2024-02-20 Thread via GitHub
wankai123 opened a new pull request, #11901: URL: https://github.com/apache/skywalking/pull/11901 - [X] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #11714. - [X] Update the [`CHANGES`