Skip to content

Commit 3a0ed95

Browse files
committed
Fix double slash for agent url
1 parent d1618b7 commit 3a0ed95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/observability/frontend/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ See below for auto-configuration instructions for when your app is a NAIS applic
6363
| `https://telemetry.nav.no/collect` | `prod` |
6464
| `https://telemetry.ekstern.dev.nav.no/collect` | `dev` |
6565
{% else %}
66-
| Collector endpoint | Environment |
67-
| --------------------------------------------------- | ----------- |
68-
| `<<tenant_url("telemetry.external.prod")>>/collect` | `prod` |
69-
| `<<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` |
7070
{% endif %}
7171

7272
On-premises clusters are not supported.

0 commit comments

Comments
 (0)