File tree 1 file changed +6
-5
lines changed
docs/observability/frontend
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,17 @@ 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 | Environment |
61
- | ------------------ | ----------- |
62
60
{% if tenant() == "nav" %}
61
+ | Collector endpoint | Environment |
62
+ | ---------------------------------------------- | ----------- |
63
63
| ` https://telemetry.nav.no/collect ` | ` prod ` |
64
64
| ` https://telemetry.ekstern.dev.nav.no/collect ` | ` dev ` |
65
65
{% else %}
66
- | ` <<tenant_url("telemetry.external.prod")>>/collect ` | ` prod ` |
67
- | ` <<tenant_url("telemetry.external.dev")>>/collect ` | ` dev ` |
66
+ | Collector endpoint | Environment |
67
+ | --------------------------------------------------- | ----------- |
68
+ | ` <<tenant_url("telemetry.external.prod")>>/collect ` | ` prod ` |
69
+ | ` <<tenant_url("telemetry.external.dev")>>/collect ` | ` dev ` |
68
70
{% endif %}
69
- | ` http://localhost:12347/collect ` | ` local ` |
70
71
71
72
On-premises clusters are not supported.
72
73
You can’t perform that action at this time.
0 commit comments