Releases: ApptuitAI/metrics-apptuit
Releases · ApptuitAI/metrics-apptuit
v0.9.9
v0.9.8
What's new:
- Handle quotes in tag/label values (#41)
- Bump up gson to v2.8.9
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.7
What's new:
- Option to enable GPG signing only during install/deploy (#39)
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.6
What's new:
- Migrating from bintray to maven central
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.5
What's new:
- Added CachingSanitizer, so same strings are not sanitized again and again
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.4
What's new:
- Support for loading from boot classloader
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.3
What's new:
- Prometheus Query Client - Added support for custom step size in query API
- Prometheus Query Client - Fix for #28 - Made trailing slash optional in API URL
- ApptuitPutClient - Remove unnecessary logs
- ApptuitReporterFactory - Added support for registering custom SendErrorHandler. Use it to log messages to your own Logger
- TagEncodedMetricName - Support for special characters like colon, quotes, space, comma in tag values
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.2
What's new:
- Added support for Basic Auth in addition to existing support for Bearer Auth in PrometheusClient
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.1
What's new:
- Added support for Basic Auth in addition to existing support for Bearer Auth
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API
v0.9.0
What's new:
- Added new API to
ApptuitPutClient.send()
that enables callers to handle exceptions. DeprecatedApptuitPutClient.put
. See usage guide.
Usage
- Dropwizard integration guide to see how to send metrics using Dropwizard metrics library
- Prometheus query client user guide to see how to query metrics from Java using Prometheus Query Language
- Metrics send API guide to see how to send datapoints/samples using raw underlying API