Remove experiemental notes from Prometheus docs
This commit is contained in:
parent
0406888043
commit
e4ebee4246
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# GitLab Prometheus metrics
|
# GitLab Prometheus metrics
|
||||||
|
|
||||||
>**Note:**
|
>**Note:**
|
||||||
Available since [Omnibus GitLab 9.3][29118]. Currently experimental. For
|
Available since [Omnibus GitLab 9.3][29118]. For
|
||||||
installations from source you'll have to configure it yourself.
|
installations from source you'll have to configure it yourself.
|
||||||
|
|
||||||
To enable the GitLab Prometheus metrics:
|
To enable the GitLab Prometheus metrics:
|
||||||
|
@ -24,7 +24,7 @@ server, because the embedded server configuration is overwritten once every
|
||||||
|
|
||||||
## Metrics available
|
## Metrics available
|
||||||
|
|
||||||
In this experimental phase, only a few metrics are available:
|
The following metrics are available:
|
||||||
|
|
||||||
| Metric | Type | Since | Description |
|
| Metric | Type | Since | Description |
|
||||||
|:--------------------------------- |:--------- |:----- |:----------- |
|
|:--------------------------------- |:--------- |:----- |:----------- |
|
||||||
|
|
|
@ -120,7 +120,7 @@ To disable the monitoring of Kubernetes:
|
||||||
|
|
||||||
## GitLab Prometheus metrics
|
## GitLab Prometheus metrics
|
||||||
|
|
||||||
> Introduced as an experimental feature in GitLab 9.3.
|
> Introduced in GitLab 9.3.
|
||||||
|
|
||||||
GitLab monitors its own internal service metrics, and makes them available at the `/-/metrics` endpoint. Unlike other exporters, this endpoint requires authentication as it is available on the same URL and port as user traffic.
|
GitLab monitors its own internal service metrics, and makes them available at the `/-/metrics` endpoint. Unlike other exporters, this endpoint requires authentication as it is available on the same URL and port as user traffic.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue