Skip to content

Releases: xenit-eu/alfred-telemetry

0.4.0

0.4.0 Pre-release
Pre-release

Choose a tag to compare

@vierbergenlars vierbergenlars released this 29 Jan 11:17
1d9671b

Added

  • Jetty metrics for alfred-telemetry-solr #61

0.3.1

0.3.1 Pre-release
Pre-release

Choose a tag to compare

@vierbergenlars vierbergenlars released this 11 Dec 14:06
53a8575

Fixed

  • Rename solr projects and embed its dependencies [#54]
  • Fix publication to maven central [#55]

0.3.0

0.3.0 Pre-release
Pre-release

Choose a tag to compare

@vierbergenlars vierbergenlars released this 10 Dec 11:51
b2537d9

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

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@tgeens tgeens released this 29 Oct 14:07
202d957

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

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@kerkhofsd kerkhofsd released this 13 Aug 15:37
0a4edb1

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

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@kerkhofsd kerkhofsd released this 11 Jul 12:37
a37eb6a

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