feat: add documentation for OpenMetrics

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
Benjamin Gaussorgues
2026-01-07 15:10:51 +01:00
parent 2137474e18
commit a4ffa6d8a0
5 changed files with 143 additions and 0 deletions

View File

@@ -25,6 +25,14 @@ Snowflake IDs
This version of Nextcloud ships with `Snowflake IDs <https://en.wikipedia.org/wiki/Snowflake_ID>`_. Those IDs include the creation time of object, a sequence ID and a server ID.
The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters` for more information.
OpenMetrics endpoint
--------------------
Nextcloud 33 introduces a ``/metrics`` endpoint that can be integrated into every OpenMetrics (Prometheus) system.
For security, it only answers on localhost by default.
See :doc:`../configuration_monitoring/index` for more information about it.
Default user agent for outgoing requests changed
------------------------------------------------