Add 'metrics' tag to /api/v4/client_perf endpoint (#29612)

* Add 'metrics' tag to client_perf endpoint

* Add metrics tag to introduction.yaml
This commit is contained in:
Renato Alves 2025-01-14 10:24:31 +01:00 committed by GitHub
parent c7d036c1d0
commit 7cf040655f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -559,6 +559,8 @@ tags:
description: Endpoints related to import files.
- name: exports
description: Endpoints related to export files.
- name: metrics
description: Endpoints related to metrics, including the Client Performance Monitoring feature.
x-tagGroups:
- name: Overview
tags:
@ -615,6 +617,7 @@ x-tagGroups:
- usage
- reports
- custom profile attributes
- metrics
servers:
- url: http://your-mattermost-url.com
- url: https://your-mattermost-url.com

View File

@ -1,5 +1,7 @@
/api/v4/client_perf:
post:
tags:
- metrics
summary: Report client performance metrics
description: >
Uploads client performance measurements to the server as part of the Client Performance Monitoring feature.