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 PromQLConfig extends ModuleConfig {
     private int restMaxThreads = 200;
     private long restIdleTimeOut = 30000;
     private int restAcceptQueueSize = 0;
+
+    // SkyWalking supported basic metrics query API in Prometheus 2.45, and it 
is a LTS version, the API should stable, set as default.
+    private String buildInfoVersion = "2.45.0";

Review Comment:
   ```suggestion
       private String buildInfoVersion = "2.45.0"; // Declare compatibility 
with 2.45 LTS version APIs.
   ```



-- 
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...@skywalking.apache.org

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

Reply via email to