@@ -294,8 +294,8 @@ To use an external Prometheus server:
...
@@ -294,8 +294,8 @@ To use an external Prometheus server:
You can visit `http://localhost:9090` for the dashboard that Prometheus offers by default.
You can visit `http://localhost:9090` for the dashboard that Prometheus offers by default.
If SSL has been enabled on your GitLab instance, you may not be able to access
If SSL has been enabled on your GitLab instance, you may not be able to access
Prometheus on the same browser as GitLab if using the same FQDN due to [HSTS](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security). We plan to
Prometheus on the same browser as GitLab if using the same FQDN due to [HSTS](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security).
[provide access via GitLab](https://gitlab.com/gitlab-org/multi-user-prometheus), but in the interim there are
[A test project exists](https://gitlab.com/gitlab-org/multi-user-prometheus) to provide access via GitLab, but in the interim there are
some workarounds: using a separate FQDN, using server IP, using a separate browser for Prometheus, resetting HSTS, or
some workarounds: using a separate FQDN, using server IP, using a separate browser for Prometheus, resetting HSTS, or
having [NGINX proxy it](https://docs.gitlab.com/omnibus/settings/nginx.html#inserting-custom-nginx-settings-into-the-gitlab-server-block).
having [NGINX proxy it](https://docs.gitlab.com/omnibus/settings/nginx.html#inserting-custom-nginx-settings-into-the-gitlab-server-block).
@@ -27,9 +27,9 @@ When we describe GitLab analytics, we use the following terms:
...
@@ -27,9 +27,9 @@ When we describe GitLab analytics, we use the following terms:
[production environment](../../ci/environments/index.md#deployment-tier-of-environments) for
[production environment](../../ci/environments/index.md#deployment-tier-of-environments) for
all MRs deployed in the given time period. This measure under-estimates lead time because
all MRs deployed in the given time period. This measure under-estimates lead time because
merge time is always later than commit time. The
merge time is always later than commit time. The
[standard definition](https://github.com/GoogleCloudPlatform/fourkeys/blob/main/METRICS.md#lead-time-for-changes) uses median commit time. We plan to start
[standard definition](https://github.com/GoogleCloudPlatform/fourkeys/blob/main/METRICS.md#lead-time-for-changes) uses median commit time.
[measuring from "issue first commit"](https://gitlab.com/gitlab-org/gitlab/-/issues/328459)
[An issue exists](https://gitlab.com/gitlab-org/gitlab/-/issues/328459) to start
as a better proxy, although still imperfect.
measuring from "issue first commit" as a better proxy, although still imperfect.
-**Stability**
-**Stability**
-**Change Failure Rate:** The percentage of deployments causing a failure in production.
-**Change Failure Rate:** The percentage of deployments causing a failure in production.