File tree 1 file changed +10
-5
lines changed
docs/observability/frontend
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,16 @@ initializeFaro({
57
57
The URL points to a Grafana Agent collector, and should be set to one of the following values.
58
58
See below for auto-configuration instructions for when your app is a NAIS application.
59
59
60
- | Collector endpoint | Cluster |
61
- | ---------------------------------------------- | ---------- |
62
- | ` https://telemetry.nav.no/collect ` | ` prod-gcp ` |
63
- | ` https://telemetry.ekstern.dev.nav.no/collect ` | ` dev-gcp ` |
64
- | ` http://localhost:12347/collect ` | N/A |
60
+ | Collector endpoint | Environment |
61
+ | ------------------ | ----------- |
62
+ {% if tenant() == "nav" %}
63
+ | ` https://telemetry.nav.no/collect ` | ` prod ` |
64
+ | ` https://telemetry.ekstern.dev.nav.no/collect ` | ` dev ` |
65
+ {% else %}
66
+ | ` <<tenant_url("telemetry.external.prod")>> ` /collect` | ` prod ` |
67
+ | ` <<tenant_url("telemetry.external.dev")>> ` /collect` | ` dev ` |
68
+ {% endif %}
69
+ | ` http://localhost:12347/collect ` | ` local ` |
65
70
66
71
On-premises clusters are not supported.
67
72
You can’t perform that action at this time.
0 commit comments