Skip to content

Commit d440c59

Browse files
committed
wip
1 parent a1ba209 commit d440c59

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/reference/metrics.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
## Retention
44

5-
When using Prometheus the retention is 4 weeks.
5+
When using Prometheus the retention is 30 days.
66
If you need data stored longer than what Prometheus support, we recommend using [BigQuery](../how-to-guides/persistence/bigquery/create.md).
77
Then you have full control of the database and retention.
88

9-
## Prometheus Environments (TODO: per tenant)
9+
## Accessing prometheus
1010

11-
**GCP**
11+
You can visit the prometheus instance for your environment by visiting the following URL:
1212

13-
- [prometheus.dev-gcp.nav.cloud.nais.io](https://prometheus.dev-gcp.nav.cloud.nais.io)
14-
- [prometheus.prod-gcp.nav.cloud.nais.io](https://prometheus.prod-gcp.nav.cloud.nais.io)
13+
```plaintext
14+
https://prometheus.<MY-ENV>.<<tenant()>>.cloud.nais.io
15+
```
1516

16-
**On-prem**
17-
18-
- [prometheus.dev-fss.nav.cloud.nais.io](https://prometheus.dev-fss.nav.cloud.nais.io)
19-
- [prometheus.prod-fss.nav.cloud.nais.io](https://prometheus.prod-fss.nav.cloud.nais.io) :octicons-shield-lock-16:
20-
21-
:octicons-shield-lock-16: requires `onprem-k8s-prod` gateway in `naisdevice`.
17+
Replace `<MY-ENV>` with the environment you want to access, e.g. `dev`, `prod` etc.

0 commit comments

Comments
 (0)