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>2023-05-24 18:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-24 18:08:38 +0300
commit61ebd5753018a1f4b6032122f6ea625dc4e4fc8e (patch)
treee75a5db22733f59f822a927aa9916c8ab5d00898 /doc/development/service_ping/implement.md
parent7186033c5110609384da4ffb4456093801cd547b (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, 0 insertions, 2 deletions
diff --git a/doc/development/service_ping/implement.md b/doc/development/service_ping/implement.md
index 2cabd6c40e1..0677e8febf3 100644
--- a/doc/development/service_ping/implement.md
+++ b/doc/development/service_ping/implement.md
@@ -339,8 +339,6 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd/) and [P
Name format for Redis HLL events `{hll_counters}_<name>`
- [See Metric name](metrics_dictionary.md#metric-name) for a complete guide on metric naming suggestion.
-
Example names: `users_creating_epics`, `users_triggering_security_scans`.
- `aggregation`: may be set to a `:daily` or `:weekly` key. Defines how counting data is stored in Redis.