Skip to content

Commit ea1dd11

Browse files
committed
Release v1.9.0
BREAKING CHANGES: The flag `--es.slm` has been renamed to `--collector.slm`. The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The `ts` label for the timestamp has bewen replaced with `time`, the accuracy is less, and the timezone is not forced to UTC. The `caller` field has been replaced by the `source` field, which now includes the full path to the source file. The `level` field now exposes the log level in capital letters. * [CHANGE] Rename --es.slm to --collector.slm #932 * [CHANGE] Replace logging system #942 * [ENHANCEMENT] Add external refresh stats #933 Signed-off-by: SuperQ <superq@gmail.com>
1 parent 05609ff commit ea1dd11

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master / unreleased
22

3+
## 1.9.0 / 2025-02-27
4+
35
BREAKING CHANGES:
46

57
The flag `--es.slm` has been renamed to `--collector.slm`.
@@ -8,6 +10,7 @@ The logging system has been replaced with log/slog from the stdlib. This change
810

911
* [CHANGE] Rename --es.slm to --collector.slm #932
1012
* [CHANGE] Replace logging system #942
13+
* [ENHANCEMENT] Add external refresh stats #933
1114

1215
## 1.8.0 / 2024-09-14
1316

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

0 commit comments

Comments
 (0)