Releases: xenit-eu/alfred-telemetry
Releases · xenit-eu/alfred-telemetry
0.4.0
Added
- Jetty metrics for alfred-telemetry-solr #61
0.3.1
Fixed
- Rename solr projects and embed its dependencies [#54]
- Fix publication to maven central [#55]
0.3.0
This release was not published due to errors during the publication process
Added
- new module:
alfred-telemetry-solr
provides metrics for alfresco-solr4 and alfresco-solr6 [#27#43#46]
- Added metrics tracker for maxNodeId, last TX ID, last TX timestamp, last changeset ID, last changeset timestamp [#42]
0.2.0
Added
- Beans of type
MeterRegistryCustomizer
allow customization of 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]
0.1.1
Fixed
- MeterFilters are applied after metrics are possibly already exposed to the global MeterRegistry
Changed
- Changed default logging level to INFO
- Disable Cache metrics by default
0.1.0
Initial, early access release including:
- Support for the
Graphite
, JMX
and Prometheus
Micrometer MeterRegistry
, which are automatically registered
if available on the classpath.
- Provided out of the box metrics: jvm, files, database, process and ticket metrics.
- Registering of custom metrics via the
meterRegistry
, Micrometers static API or custom MeterBinder
implementations.
- The possibility to customize meters with custom
MeterFilter
implementations.
- Integration with the out of the box Alfresco metrics included since 6.1.
- Limited support for Care4Alf compatible metrics.
- ...