File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Retention
4
4
5
- When using Prometheus the retention is 4 weeks .
5
+ When using Prometheus the retention is 30 days .
6
6
If you need data stored longer than what Prometheus support, we recommend using [ BigQuery] ( ../how-to-guides/persistence/bigquery/create.md ) .
7
7
Then you have full control of the database and retention.
8
8
9
- ## Prometheus Environments (TODO: per tenant)
9
+ ## Accessing prometheus
10
10
11
- ** GCP **
11
+ You can visit the prometheus instance for your environment by visiting the following URL:
12
12
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
+ ```
15
16
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.
You can’t perform that action at this time.
0 commit comments