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: notifications-unsubscr..

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 PromQLC

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 PromQLC

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

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 t