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>2022-05-05 21:08:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 21:08:40 +0300
commit0b789f95a35aa3e4b99ce12fc98bd3cce6555602 (patch)
tree886c728abbd90836e6846fcf4bb789be243c5253 /doc/development/service_ping/implement.md
parentdad16033c2b7cfd54ffe20ca5cc1d844e9e41be6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/service_ping/implement.md')
-rw-r--r--doc/development/service_ping/implement.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/service_ping/implement.md b/doc/development/service_ping/implement.md
index 1bbc65a0300..48d72431ddc 100644
--- a/doc/development/service_ping/implement.md
+++ b/doc/development/service_ping/implement.md
@@ -289,6 +289,8 @@ Enabled by default in GitLab 13.7 and later.
To increment the values, the related feature `usage_data_<event_name>` must be enabled.
+ Feature flags are required for this API and they can't be removed, they can be set to `default_enabled: true`.
+
```plaintext
POST /usage_data/increment_counter
```