- Added request headers and ability to define it during testing connection using
AbstractHofundBasicHttpConnection
!45 (Peter Zmilczak @marwin1991)
- Sorting connections tabel by type !45 (Peter Zmilczak @marwin1991)
- Added
SimpleHofundHttpConnection
to simplified configuration of HTTP connections and added ability to overridegetRequestMethod()
inAbstractHofundBasicHttpConnection
to allow usingPOST
method. !42 (Peter Zmilczak @marwin1991) - Added
HofundConnectionsTable
to allow printing HofundConnection to terminal during booting up. !43 #26 (Peter Zmilczak @marwin1991)
- Adjust project for Spring Boot 3.3 and Java 17. Hofund-Core still is based on Java 8. !33 (Peter Zmilczak @marwin1991)
- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 (Mateusz Piekarczyk @Athi)
- Fixed problem with missing bean of type
HofundDefaultGitInfoProperties
. !29 (Peter Zmilczak @marwin1991)
- Added new metric
hofund_os_info
with information about name, version arch of the os running application. !23 #22 (Peter Zmilczak @marwin1991) - Added new metric
hofund_java_info
with information about version, vendor and jvm which is running application. !23 #22 (Peter Zmilczak @marwin1991) - Added new metric
hofund_web_server_info
with information about type and version of web server. !27 #26 (Peter Zmilczak @marwin1991)
- Simplified configuration of metric
hofund_git_info
by reading values fromgit.properties
file instead of defininghofund.git-info
. You can still use this to define custom values for this metric. !25 #24 (Peter Zmilczak @marwin1991)
- Added inactive connections, in metric
hofund_connection
as-1.0
value. You can take advantage of this feature by overridinggetCheckingStatus
method inAbstractHofundBasicHttpConnection
(Peter Zmilczak @marwin1991)
- Fix release on maven central. (Peter Zmilczak @marwin1991)
- Added base Grafana dashboard to
grafana-dashboard
directory. (Peter Zmilczak @marwin1991) - Added git based information to metrics in
hofund_git_info
!12 (Peter Zmilczak @marwin1991) - Added yaml based examples in readme !13 #9 (Peter Zmilczak @marwin1991)
- Added your custom connection by extending
AbstractHofundBasicHttpConnection
see README for more details. (Peter Zmilczak @marwin1991)
- Spring Boot 3 compatibility !14 source (Peter Zmilczak @marwin1991) (@jfoder LINK)
Type: application.properties |
---|
|
|
|
|
|
|
- Added new metrics
hofund_node
andhofund_edge
. (Peter Zmilczak @marwin1991)
- Removed status word from metrics
hofund_info_status
andhofund_connection_status
. (Peter Zmilczak @marwin1991)
- Auto detection of data sources in spring boot projects and included metrics for oracle connections. !4 #2 (Peter Zmilczak @marwin1991)
- Changed application name and id in
hofund_info_status
to be always lower case. (Peter Zmilczak @marwin1991)
- Fixed getting database name for postgres datasource when url is with params. (Peter Zmilczak @marwin1991)
- Using hofund allows you to specify version and name of your application in prometheus metric. (Peter Zmilczak @marwin1991)
- Auto detection of data sources in spring boot projects and included metrics for postgres connections. (Peter Zmilczak @marwin1991)
Type: application.properties |
---|
|
|