Skip to content
代码片段 群组 项目
提交 221530c4 编辑于 作者: Evan Read's avatar Evan Read
浏览文件

Merge branch 'docs-correct-Prometheus-endpoint' into 'master'

Fix typo with monitoring end point

See merge request gitlab-org/gitlab!95323
No related branches found
No related tags found
无相关合并请求
...@@ -471,11 +471,11 @@ If you are using Prometheus monitoring: ...@@ -471,11 +471,11 @@ If you are using Prometheus monitoring:
If the monitoring node is not receiving any data, check that the exporters are capturing data: If the monitoring node is not receiving any data, check that the exporters are capturing data:
```shell ```shell
curl "http[s]://localhost:<EXPORTER LISTENING PORT>/metric" curl "http[s]://localhost:<EXPORTER LISTENING PORT>/metrics"
``` ```
or or
```shell ```shell
curl "http[s]://localhost:<EXPORTER LISTENING PORT>/-/metric" curl "http[s]://localhost:<EXPORTER LISTENING PORT>/-/metrics"
``` ```
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册