Releases: ApptuitAI/metrics-apptuit
Releases · ApptuitAI/metrics-apptuit
v0.7.1
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
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
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.