title | date | report | colorlinks |
---|---|---|---|
Changelog - Alfred Telemetry |
12 December 2022 |
true |
true |
- Added support for Alfresco 23.1 [#159]
- Dropped support for Alfresco 6.x and 7.x due to source incompatibility [#159]
- re-fetch trackers on each call [#153]
- Added support for alfresco 7.4 [#146]
- Added TomcatMetrics [#142]
- First call to Alfred Telemetry endpoint Solr always failing,Fix SolrSnapShot Metrics [#140]
- Fix hazel cast metrics with micrometer [#137]
- Fixes broken Apache Commons dbcp dependencies [#132]
- Fixes broken common tags not added to Alfrescos Prometheus registry [#134]
- Added support Alfresco 7.1, 7.2 and 7.3
- Dropped support for Alfresco 5.x and 6.0
- Alfred Telemetry declares
micrometer-core
andmicrometer-jvm-extras
as a provided-dependency [#129]
- Fixes bug when tracker is explicitly disabled [#125]
- Added Common tags to Alfred Telemetry Solr
- Bug appearing when tracker is explicitly disabled [#125]
- Support more flexible Graphite step duration configuration [#123]
- Add metrics for solr backup [#124]
- Hazelcast cache metrics broken, resulting in a broken Prometheus scrape endpoint [#116]
- Clustering metrics
- Legacy Care4alf metrics
- Solr tracking metrics were no longer registered since 0.6.0 [#113]
- Alfresco 7 support [#107]
- Prometheus scraping: max number of requests reached during Alfresco startup [#104]
- Configurable number of maximum prometheus scrape requests [#70]
- Optimize names and tags of license metrics
- Alfresco license metrics [#82]
- NoSuchMethodError: 'java.util.HashMap org.alfresco.repo.index.shard.ShardRegistry.getFlocs()' [#85]
- Sharded solr monitoring throws exception in Alfresco 6.2
- Fixed and refactored code for solr, so that it works for ASS>=2.0.0. Improved handling of solrconfig.xml for solr6 [#74]
- Jetty metrics for alfred-telemetry-solr [#61]
This release was not published due to errors during the publication process
- 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]
- Beans of type
MeterRegistryCustomizer
allow customization of aMeterRegistry
before registration [#10] - Added metrics for Solr tracking and Solr sharding [#22]
- Included Grafana dashboard in the test setup [#13]
- Alfresco 6.1 fails to start if the out-of-the-box metrics are disabled [#15]
- MeterFilters are applied after metrics are possibly already exposed to the global MeterRegistry [#6]
Initial, early access release including:
- Support for the
Graphite
,JMX
andPrometheus
MicrometerMeterRegistry
, 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 customMeterBinder
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.
- ...