Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f7b99b0d
Commit
f7b99b0d
authored
Aug 19, 2021
by
Kati Paizee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Implementing Service Ping to separate page
parent
5dbfcb7c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
862 additions
and
845 deletions
+862
-845
doc/development/service_ping/implement.md
doc/development/service_ping/implement.md
+858
-4
doc/development/service_ping/index.md
doc/development/service_ping/index.md
+1
-838
doc/development/service_ping/metrics_dictionary.md
doc/development/service_ping/metrics_dictionary.md
+1
-1
doc/development/service_ping/metrics_lifecycle.md
doc/development/service_ping/metrics_lifecycle.md
+1
-1
doc/development/service_ping/review_guidelines.md
doc/development/service_ping/review_guidelines.md
+1
-1
No files found.
doc/development/service_ping/implement.md
View file @
f7b99b0d
This diff is collapsed.
Click to expand it.
doc/development/service_ping/index.md
View file @
f7b99b0d
This diff is collapsed.
Click to expand it.
doc/development/service_ping/metrics_dictionary.md
View file @
f7b99b0d
...
...
@@ -217,7 +217,7 @@ create ee/config/metrics/counts_7d/issues.yml
## Metrics added dynamic to Service Ping payload
The
[
Redis HLL metrics
](
i
ndex
.md#known-events-are-added-automatically-in-service-data-payload
)
are added automatically to Service Ping payload.
The
[
Redis HLL metrics
](
i
mplement
.md#known-events-are-added-automatically-in-service-data-payload
)
are added automatically to Service Ping payload.
A YAML metric definition is required for each metric. A dedicated generator is provided to create metric definitions for Redis HLL events.
...
...
doc/development/service_ping/metrics_lifecycle.md
View file @
f7b99b0d
...
...
@@ -10,7 +10,7 @@ The following guidelines explain the steps to follow at each stage of a metric's
## Add a new metric
Please follow the
[
Implementing Service Ping
](
index.md#implementing-service-ping
)
guide.
Follow the
[
Implement Service Ping
](
implement.md
)
guide.
## Change an existing metric
...
...
doc/development/service_ping/review_guidelines.md
View file @
f7b99b0d
...
...
@@ -59,7 +59,7 @@ are regular backend changes.
metrics that are based on Database.
-
For tracking using Redis HLL (HyperLogLog):
-
Check the Redis slot.
-
Check if a
[
feature flag is needed
](
i
ndex
.md#recommendations
)
.
-
Check if a
[
feature flag is needed
](
i
mplement
.md#recommendations
)
.
-
For a metric's YAML definition:
-
Check the metric's
`description`
.
-
Check the metric's
`key_path`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment