diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-24 00:12:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-24 00:12:25 +0000 |
commit | d5fdc905ae426ab5c7788f8ef56070c35360b1d3 (patch) | |
tree | 2c22aa90b3988af49c2f08e7346273c57226887c /doc/development/application_slis | |
parent | de5fc582771ba7e2dc6e1c783ce8ee417fbe6788 (diff) | |
download | gitlab-ce-d5fdc905ae426ab5c7788f8ef56070c35360b1d3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/application_slis')
-rw-r--r-- | doc/development/application_slis/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/application_slis/index.md b/doc/development/application_slis/index.md index 27e69ff3445..7fdebaab28b 100644 --- a/doc/development/application_slis/index.md +++ b/doc/development/application_slis/index.md @@ -45,8 +45,8 @@ for clarity, they define different metric names: As shown in this example, they can share a base name (`foo` in this example). We recommend this when they refer to the same operation. -Before the first scrape, it is important to have -[initialized the SLI with all possible label-combinations](https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics). +Before the first scrape, it is important to have +[initialized the SLI with all possible label-combinations](https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics). This avoid confusing results when using these counters in calculations. To initialize an SLI, use the `.initialize_sli` class method, for |