Add 'metrics' tag to /api/v4/client_perf endpoint (#29612)
* Add 'metrics' tag to client_perf endpoint * Add metrics tag to introduction.yaml
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c7d036c1d0
Коммит
7cf040655f
@@ -559,6 +559,8 @@ tags:
|
|||||||
description: Endpoints related to import files.
|
description: Endpoints related to import files.
|
||||||
- name: exports
|
- name: exports
|
||||||
description: Endpoints related to export files.
|
description: Endpoints related to export files.
|
||||||
|
- name: metrics
|
||||||
|
description: Endpoints related to metrics, including the Client Performance Monitoring feature.
|
||||||
x-tagGroups:
|
x-tagGroups:
|
||||||
- name: Overview
|
- name: Overview
|
||||||
tags:
|
tags:
|
||||||
@@ -615,6 +617,7 @@ x-tagGroups:
|
|||||||
- usage
|
- usage
|
||||||
- reports
|
- reports
|
||||||
- custom profile attributes
|
- custom profile attributes
|
||||||
|
- metrics
|
||||||
servers:
|
servers:
|
||||||
- url: http://your-mattermost-url.com
|
- url: http://your-mattermost-url.com
|
||||||
- url: https://your-mattermost-url.com
|
- url: https://your-mattermost-url.com
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
/api/v4/client_perf:
|
/api/v4/client_perf:
|
||||||
post:
|
post:
|
||||||
|
tags:
|
||||||
|
- metrics
|
||||||
summary: Report client performance metrics
|
summary: Report client performance metrics
|
||||||
description: >
|
description: >
|
||||||
Uploads client performance measurements to the server as part of the Client Performance Monitoring feature.
|
Uploads client performance measurements to the server as part of the Client Performance Monitoring feature.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user