0.11.1 / 2019-06-14
- [ENHANCEMENT] Batch event processing for improved ingestion performance (#227)
- [ENHANCEMENT] Switch Prometheus client to promhttp, freeing the standard HTTP metrics (#233)
With #233, the exporter no longer exports metrics about its own HTTP status. These were not helpful since you could not get them when scraping fails. This allows mapping to metric names like http_requests_total
that are useful as application metrics.