We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71078 commit 95739bcCopy full SHA for 95739bc
api/src/main/java/io/kafbat/ui/service/KafkaClusterFactory.java
@@ -176,7 +176,7 @@ private ReactiveFailover<PrometheusClientApi> prometheusStorageClient(
176
parseUrlList(storage.getPrometheus().getUrl()),
177
url -> new PrometheusClientApi(new io.kafbat.ui.prometheus.ApiClient(webClient).setBasePath(url)),
178
ReactiveFailover.CONNECTION_REFUSED_EXCEPTION_FILTER,
179
- "No live schemaRegistry instances available",
+ "No live Prometheus instances available",
180
ReactiveFailover.DEFAULT_RETRY_GRACE_PERIOD_MS
181
);
182
}
0 commit comments