From 70c227522f85c5142fad81ec60aec8533a59d30d Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Thu, 13 Jun 2019 08:42:18 +0000 Subject: [PATCH] Release 0.11.0 and add the missing changelog entry for #227 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce03b5d..5030e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## Unreleased / ????-??-?? +## v0.11.0 / 2019-06-13 +* [ENHANCEMENT] Batch event processing for improved ingestion performance ([#227](https://github.com/prometheus/statsd_exporter/pull/227)) * [ENHANCEMENT] Switch Prometheus client to promhttp, freeing the standard HTTP metrics ([#233](https://github.com/prometheus/statsd_exporter/pull/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. diff --git a/VERSION b/VERSION index 69da6eb..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.6 +0.11.0