Skip to content

Commit d1618b7

Browse files
committed
Fix table formatting when using non-markdown conditionals
1 parent 695c398 commit d1618b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/observability/frontend/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,17 @@ initializeFaro({
5757
The URL points to a Grafana Agent collector, and should be set to one of the following values.
5858
See below for auto-configuration instructions for when your app is a NAIS application.
5959

60-
| Collector endpoint | Environment |
61-
| ------------------ | ----------- |
6260
{% if tenant() == "nav" %}
61+
| Collector endpoint | Environment |
62+
| ---------------------------------------------- | ----------- |
6363
| `https://telemetry.nav.no/collect` | `prod` |
6464
| `https://telemetry.ekstern.dev.nav.no/collect` | `dev` |
6565
{% 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` |
6870
{% endif %}
69-
| `http://localhost:12347/collect` | `local` |
7071

7172
On-premises clusters are not supported.
7273

0 commit comments

Comments
 (0)