This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Upgrade Spring Boot to 3.2.0 - apply spotless in all projects - add telemetry.distro.name and telemetry.distro.version as resource attributes * set version to 1.4.0 * set version to 1.4.0
- Loading branch information
1 parent
782fcb6
commit d0a762e
Showing
23 changed files
with
285 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,8 @@ jobs: | |
uses: gradle/[email protected] | ||
- name: Test and build Jar | ||
uses: gradle/[email protected] | ||
env: | ||
CHECK_GENERATED_FILES: true | ||
with: | ||
arguments: test jar | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,40 @@ | ||
# Changelog | ||
## Version 1.3.2. (2023-07-19) | ||
## Version 1.4.0 (2023-12-07) | ||
|
||
* This version supports Spring Boot 3.2.0 | ||
* Add resource attributes `telemetry.distro.name` = `grafana-opentelemetry-starter` and `telemetry.distro.version` = `1.4.0` | ||
|
||
## Version 1.3.2 (2023-07-19) | ||
* You can now disable the starter by setting `spring.opentelemetry.enabled=false` in your application.yaml or application.properties | ||
|
||
## Version 1.3.1. (2023-06-29) | ||
## Version 1.3.1 (2023-06-29) | ||
* Fix histogram bucket boundaries - it was a lower bound of 1 - regardless of the unit (and 1s is too large for server response times) | ||
* enable histograms for "http.server.requests" | ||
* Logger is configured automatically for Logback and Log4j2 - no need to add any configuration to your application (if you have configured the OpenTelemetry logger already, it will be used) | ||
|
||
## Version 1.3.0. (2023-06-26) | ||
## Version 1.3.0 (2023-06-26) | ||
* Broken for log4j - use 1.3.1 instead | ||
|
||
## Version 1.2.0. (2023-06-06) | ||
## Version 1.2.0 (2023-06-06) | ||
|
||
* Set the base time unit to "seconds" - which ensures future compatibility with upcoming versions of the Grafana Agent | ||
* Support thread name for logging | ||
|
||
## Version 1.1.0. (2023-06-02) | ||
## Version 1.1.0 (2023-06-02) | ||
|
||
* Add support for log4j | ||
* Bugfix: starter can now be used with maven | ||
|
||
## Version 1.0.1. (2023-05-23) | ||
## Version 1.0.1 (2023-05-23) | ||
|
||
### Enhancements | ||
|
||
* Include open-telemetry resources [(#14)](https://github.com/grafana/grafana-opentelemetry-starter/pull/14) | ||
|
||
## Version 1.0.0. (2023-04-24) | ||
## Version 1.0.0 (2023-04-24) | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
grafanaOtelStarterVersion=1.3.2 | ||
grafanaOtelStarterVersion=1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.