mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
Consolidate entity-free observability for 1.9 (#4302)
This commit is contained in:
+2
@@ -69,6 +69,8 @@ public interface ConfigConstants {
|
||||
String GRAFANA = "grafana";
|
||||
|
||||
String LOG = "log";
|
||||
|
||||
String OBSERVABILITY = "observability";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user