Skip to content

Releases: logchange/hofund

0.4.0

20 Feb 20:43
Compare
Choose a tag to compare

[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

26 Aug 06:50
Compare
Choose a tag to compare

[0.3.0] - 2022-08-26

Added (1 change)

Changed (1 change)

0.2.0

22 Aug 17:56
Compare
Choose a tag to compare

[0.2.0] - 2022-08-22

Added (1 change)

  • Auto detection of data sources in spring boot projects and included metrics for oracle connections. !4 #2 (Peter Zmilczak @marwin1991)

Changed (1 change)

Fixed (1 change)

0.1.0

16 Aug 19:52
Compare
Choose a tag to compare

[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
  • Addedhofund.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
  • Addedhofund.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