Skip to content

Commit

Permalink
Merge pull request #29 from xenit-eu/0.2
Browse files Browse the repository at this point in the history
Prepare for alfred-telemetry 0.2 release
  • Loading branch information
tgeens authored Oct 29, 2020
2 parents 506a804 + 3ca7ec1 commit 202d957
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
33 changes: 27 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,40 @@ Version template:

# Alfred Telemetry Changelog

## [0.1.2] - UNRELEASED
## [0.3.0] - UNRELEASED

## [0.2.0] - 2020-10-29

### Added
* MeterRegistryCustomizer to support complex customization of MeterRegistries
* Added metrics for Solr tracking and Solr sharding

* Beans of type `MeterRegistryCustomizer` can customize a MeterRegistry before registration [[#10]]
* Added metrics for Solr tracking and Solr sharding [[#22]]
* Included Grafana dashboard in the test setup [[#13]]

### Fixed

* Alfresco 6.1 fails to start if the out-of-the-box metrics are disabled [[#15]]

[#10]: https://github.com/xenit-eu/alfred-telemetry/issues/10
[#13]: https://github.com/xenit-eu/alfred-telemetry/issues/13
[#15]: https://github.com/xenit-eu/alfred-telemetry/issues/15
[#22]: https://github.com/xenit-eu/alfred-telemetry/issues/22


## [0.1.1] - 2019-08-13

### Fixed
* MeterFilters are applied after metrics are possibly already exposed to the global MeterRegistry

* MeterFilters are applied after metrics are possibly already exposed to the global MeterRegistry [[#6]]

### Changed
* Changed default logging level to INFO
* Disable Cache metrics by default
* Changed default logging level to INFO [[#4]]
* Disable Cache metrics by default [[#7]][[#9]]

[#4]: https://github.com/xenit-eu/alfred-telemetry/pull/4
[#6]: https://github.com/xenit-eu/alfred-telemetry/issues/6
[#7]: https://github.com/xenit-eu/alfred-telemetry/issues/7
[#9]: https://github.com/xenit-eu/alfred-telemetry/issues/9

## [0.1.0] - 2019-07-11

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subprojects {
group = 'eu.xenit.alfred.telemetry'
version = '0.1.2'
version = '0.2.0'

boolean isRelease = System.env.BRANCH_NAME?.startsWith("release")
if (!isRelease)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Alfresco.

Navigating to `/alfresco/s/alfred/telemetry/metrics` displays a list of available meter names. You can drill
down to view information about a particular meter by providing its name as a selector, e.g.
`/alfresco/s/alfred/telemetry/jvm.memory.max`.
`/alfresco/s/alfred/telemetry/metrics/jvm.memory.max`.

> The name you use here should match the name used in the code, not the name after it has been naming-convention
> normalized for a monitoring system it is shipped to. In other words, if `jvm.memory.max` appears as
Expand Down

0 comments on commit 202d957

Please sign in to comment.