Consolidate entity-free observability for 1.9 (#4302)

This commit is contained in:
Logic
2026-08-22 06:39:42 +08:00
committed by GitHub
parent b8148240f8
commit 0c4136cade
141 changed files with 4162 additions and 1529 deletions
@@ -69,6 +69,8 @@ public interface ConfigConstants {
String GRAFANA = "grafana";
String LOG = "log";
String OBSERVABILITY = "observability";
}
}
@@ -61,7 +61,7 @@ public interface NetworkConstants {
Duration READ_TIMEOUT = Duration.ofSeconds(6);
Duration WRITE_TIMEOUT = Duration.ofSeconds(6);
Duration CONNECT_TIMEOUT = Duration.ofSeconds(6);
Duration GREPTIME_QUERY_READ_TIMEOUT = Duration.ofSeconds(5);
Duration GREPTIME_QUERY_READ_TIMEOUT = Duration.ofSeconds(15);
Duration GREPTIME_QUERY_CONNECT_TIMEOUT = Duration.ofSeconds(2);
Duration GREPTIME_WRITE_READ_TIMEOUT = Duration.ofSeconds(3);
Duration GREPTIME_WRITE_CONNECT_TIMEOUT = Duration.ofSeconds(2);