Skip to content

Commit 5df4f39

Browse files
committed
feat(upgrade): add OpenMetrics to Upgrade to 33 doc
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent fc54a7b commit 5df4f39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ Added APIs
196196
}
197197
$result->closeCursor();
198198
199+
- This version allows to expose some Nextcloud related metrics using OpenMetrics format.
200+
You can add your own exporters by implementing ``\OCP\OpenMetrics\IMetricFamily`` interface.
201+
See :doc:`/digging_deeper/openmetrics` for more information.
202+
199203
Changed APIs
200204
^^^^^^^^^^^^
201205

0 commit comments

Comments
 (0)