You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data sources should be shown on the service details page (on the left hand side of the Caches).
The data sources are not shown because of the condition to show/hide the panels.
In Spring Boot 3.4.3 there is no metric with the name data.source.active.connections, but the DataSourcePoolMetrics defines the jdbc.connections.active metric`.
I assume the data.source.active.connections is outdated and the jdbc.connections.active metric` should be used instead
Spring Boot Admin Server information
Version:
3.4.4
Spring Boot version:
3.4.3
Configured Security:
basic, JWT
Webflux or Servlet application:
Webflux
Client information
Spring Boot versions:
3.4.3
Used discovery mechanism:
kubernetes
Webflux or Servlet application:
Webflux
Description
Data sources should be shown on the service details page (on the left hand side of the Caches).
The data sources are not shown because of the condition to show/hide the panels.
In Spring Boot 3.4.3 there is no metric with the name
data.source.active.connections
, but theDataSourcePoolMetrics
defines thejdbc.connections.active
metric`.I assume the
data.source.active.connections
is outdated and thejdbc.connections.active
metric` should be used insteadhttps://github.com/codecentric/spring-boot-admin/issues?q=is%3Aissue%20state%3Aopen%20data
The text was updated successfully, but these errors were encountered: