Releases: logchange/hofund
Releases · logchange/hofund
0.4.0
[0.4.0] - 2023-02-20
Added (4 changes)
Fixed (1 change)
Configuration changes
Type: application.properties |
- Added
hofund.git-info.branch with default value: `` - Description: Short git commit id, set it to
@git.branch@ and configure `git-commit-id-plugin` see README.md.
|
- Added
hofund.git-info.build.host with default value: `` - Description: Short git commit id, set it to
@git.build.host@ and configure `git-commit-id-plugin` see README.md.
|
- Added
hofund.git-info.build.time with default value: `` - Description: Short git commit id, set it to
@git.build.time@ and configure `git-commit-id-plugin` see README.md.
|
- Added
hofund.git-info.commit.id with default value: `` - Description: Git commit id, set it to
@git.commit.id@ and configure `git-commit-id-plugin`, see README.md.
|
- Added
hofund.git-info.commit.id-abbrev with default value: `` - Description: Short git commit id, set it to
@git.commit.id.abbrev@ and configure `git-commit-id-plugin` see README.md.
|
- Added
hofund.git-info.dirty with default value: `` - Description: Short git commit id, set it to
@git.dirty@ and configure `git-commit-id-plugin` see README.md.
|
0.3.0
[0.3.0] - 2022-08-26
Added (1 change)
Changed (1 change)
0.2.0
[0.2.0] - 2022-08-22
Added (1 change)
Changed (1 change)
Fixed (1 change)
0.1.0
[0.1.0] - 2022-08-16
Added (2 changes)
- 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)
Configuration changes
Type: application.properties |
- Added
hofund.info.application.name with default value: `` - Description: The name of your application, for maven project you can use
@project.name@ and this will set the name from pom.xml
|
- Added
hofund.info.application.version with default value: `` - Description: The version of your application, for maven project you can use
@project.version@ and this will set the version from pom.xml
|