File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -284,14 +284,29 @@ The `server.logs.config` and the `server.logs.user.config` are changed to depend
284284
285285=== Renamed configuration settings
286286
287- `dbms.cluster.discovery.v2.endpoints` => `dbms.cluster.endpoints`
287+ In Neo4j 2025.01, two configuration settings related to the discovery service v2 were renamed.
288+ You can use still them when migrating from Neo4j 5.26 to the 2025.01 version.
289+ However, it is recommended to update your _neo4j.conf_ file to use the new settings.
288290
289- `dbms.kubernetes.discovery.v2.service_port_name` => `dbms.kubernetes.discovery.service_port_name`
291+ [role=label--enterprise]
292+ [options=header, cols="3,3"]
293+ |===
294+ | Old name
295+ | New name
296+
297+ |`dbms.cluster.discovery.v2.endpoints`
298+ |`dbms.cluster.endpoints`
299+
300+ |`dbms.kubernetes.discovery.v2.service_port_name`
301+ |`dbms.kubernetes.discovery.service_port_name`
302+
303+ |===
290304
291305[role=label--enterprise]
292306=== Renamed metric
293307
294- In Neo4j 2025.01, the `<prefix>.store.size.total` is renamed to `<prefix>.store.size.full` to be in line with the .
308+ In Neo4j 2025.01, the `<prefix>.store.size.total` is renamed to `<prefix>.store.size.full` to be in line with the Prometeus naming requirements.
309+
295310See the table xref:monitoring/metrics/reference.adoc#db-store-size-metrics[Database store size metrics] for more details.
296311
297312
You can’t perform that action at this time.
0 commit comments