]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs(readme): remove uiServer.metrics migration notes
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Jun 2026 23:06:59 +0000 (01:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Jun 2026 23:06:59 +0000 (01:06 +0200)
Drop the `#### Migration notes` block under the worker process model
section that documented the `uiServer.metrics.enabled=true` listener-
inheritance change. Operational guidance lives with the feature
documentation; this stand-alone block was redundant.

README.md

index fd5e1cb9cdf32f109089a4ca9450106cd462d47e..03b2830fba49bc584596dcdf8f7c211fe654a4ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -196,10 +196,6 @@ But the modifications to test have to be done to the files in the build target d
 - **dynamicPool** (experimental):
   Dynamically sized worker pool executing a fixed total number of simulated charging stations
 
-#### Migration notes
-
-- `uiServer.metrics.enabled=true` now exposes `/metrics` on the listener of the configured `uiServer.type` (`http`, `ws` or `mcp`), inheriting that listener's `accessPolicy` and `authentication`. Operators previously relying on the silent disable when `type='ws'` or `type='mcp'` must set `metrics.enabled=false` (or remove the block) if they do not want the endpoint, and verify firewall posture on the UI server port. `HEAD /metrics` (e.g. `curl -I`) returns identical headers to `GET`, including `Content-Length` measured in UTF-8 bytes of the GET body.
-
 ### Charging station template configuration
 
 **src/assets/station-templates/\<name\>.json**: