From 9cff18cc85b08648355b82a02e231f25a8638da4 Mon Sep 17 00:00:00 2001 From: mattdurham Date: Thu, 15 Apr 2021 10:57:45 -0400 Subject: [PATCH] Windows auto start (#542) * Setup the service to start automatically * Update changelog * Update changelog * Fix changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c022d842f..5cd3ac6a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,18 @@ cross-compilation issue, but will return in v0.13.0. # Main (unreleased) +# 0.14.0-rc.3 (2021-04-15) + - [ENHANCEMENT] Add `headers` field in `remote_write` config for Tempo. `headers` specifies HTTP headers to forward to the remote endpoint. (@alexbiehl) +- [BUGFIX] Grafana Agent running as a Windows service should start automatically on startup + (@mattdurham) + +- [BUGFIX] Validate that incoming scraped metrics do not have an empty label + set or a label set with duplicate labels, mirroring the behavior of + Prometheus. (@rfratto) + # v0.13.1 (2021-04-09) - [BUGFIX] Validate that incoming scraped metrics do not have an empty label