diff --git a/CHANGES.md b/CHANGES.md index e98fc80c1c..2df9542013 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,6 +54,7 @@ Changed: - Added `parents` option of `file.mkdir` (#3600, #3601). - Added `forced_major_collections` record field to the result of `runtime.gc.stat()` and `runtime.gc.quick_stat()` (#3783). +- Changed the port for the built-in Prometheus exporter to `9599` (#3801). --- diff --git a/doc/content/migrating.md b/doc/content/migrating.md index 9c7304931e..80da2513a6 100644 --- a/doc/content/migrating.md +++ b/doc/content/migrating.md @@ -60,6 +60,11 @@ end unwanted requests before consuming process time. If you need to see the request's metadata or if the request resolves into a valid tile, however, you might need to call `request.resolve` inside your `check_next` script. +### Prometheus + +The default port for the Prometheus metrics exporter has changed from `9090` to `9599`. +As before, you can change it with `settings.prometheus.server.port := `. + ## From 2.1.x to 2.2.x ### References