Skip to content

Releases: ApptuitAI/metrics-apptuit

v0.7.1

20 Mar 09:17
Compare
Choose a tag to compare

What's new:

  • Additional test coverage
  • Code quality improvements
  • Perf improvements of TagEncodedMetricName
  • Log bytes sent over UDP for XCollector reporting mode

Usage

Refer the Dropwizard integration guide for help setting up the dependency and instrumenting your code with metrics.

v0.7.0

28 Feb 13:15
2079ebb
Compare
Choose a tag to compare

What's new:

New XCOLLECTOR reporting mode
This reporting mode uses XCollector as a proxy to send metrics, instead of reporting directly to ApptuitAI. Advantages of this mode:

  • No need to configure Access Token on the reporter. XCollector already has the token
  • No need to duplicate Global tag configuration. XCollector adds its globals tags to all the metrics
  • XCollector bundles and uploads all metrics in one shot, so lower network overhead

Usage

Refer the Dropwizard integration guide for help setting up the dependency and instrumenting your code with metrics.

v0.6.0

27 Feb 06:35
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's new:

Forked metrics-apptuit from JInsight

Usage

Refer the Dropwizard integration guide for help setting up the dependency and instrumenting your code with metrics.