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