Skip to content

Commit 50b163e

Browse files
committed
adjust changelog entry
1 parent 831df0e commit 50b163e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
- Add built-in Prometheus support and expose metrics on `/metrics` path of `native-metrics` port ([#955]).
1314

1415
### Changed
1516

@@ -27,8 +28,6 @@ All notable changes to this project will be documented in this file.
2728
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
2829
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
2930
- This is marked as breaking because tools and policies might exist, which require these fields to be set
30-
- BREAKING: Replace JMX Exporter with built in Prometheus support. Hence, the metrics provided by the `/metrics` endpoint are named
31-
differently now ([#955]).
3231

3332
### Fixed
3433

0 commit comments

Comments
 (0)