Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 15:08:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 15:08:23 +0300
commit9ceb2dbab3296721c576572e96691a19e2506069 (patch)
treeae61a300453575395d9671ead367188bda831a09 /doc/api/usage_data.md
parent6b8af95df6c5702343c32ae266b0eb35e06d0546 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/usage_data.md')
-rw-r--r--doc/api/usage_data.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/usage_data.md b/doc/api/usage_data.md
index 024caa96565..2bd2bd4c300 100644
--- a/doc/api/usage_data.md
+++ b/doc/api/usage_data.md
@@ -7,7 +7,7 @@ type: reference, api
# Usage Data API **(FREE SELF)**
-The Usage Data API is associated with [Usage Ping](../development/usage_ping/index.md).
+The Usage Data API is associated with [Service Ping](../development/usage_ping/index.md).
## Export metric definitions as a single YAML file
@@ -48,14 +48,14 @@ Example response:
...
```
-## Export Usage Ping SQL queries
+## Export Service Ping SQL queries
This action is available only for the GitLab instance [Administrator](../user/permissions.md) users.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57016) in GitLab 13.11.
> - [Deployed behind a feature flag](../user/feature_flags.md), disabled by default.
-Return all of the raw SQL queries used to compute Usage Ping.
+Return all of the raw SQL queries used to compute Service Ping.
```plaintext
GET /usage_data/queries
@@ -116,7 +116,7 @@ Example response:
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57050) in GitLab 13.11.
> - [Deployed behind a feature flag](../user/feature_flags.md), disabled by default.
-Return all non-SQL metrics data used in the usage ping.
+Return all non-SQL metrics data used in the Service ping.
Example request: