Skip to content

Commit

Permalink
cleanup jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jun 6, 2024
1 parent e8b4297 commit 1569013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions docs/reference/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ Each tab shows a "section" in the file.
provider: cloudflare
subdomains:
dash: dash
jaeger: jaeger
metrics: metrics
tracing: no
```
Expand Down Expand Up @@ -388,10 +387,6 @@ Each tab shows a "section" in the file.

Default is `dash`.

`subdomain.jaeger`: traefik jaeger subdomain.

Default is `jaeger`.

`subdomain.metrics`: traefik metrics subdomain.

Default is `metrics`.
Expand Down
10 changes: 2 additions & 8 deletions docs/saltbox/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ To edit any of the following configuration files use the command written in the
provider: cloudflare # (13)!
subdomains:
dash: dash # (14)!
jaeger: jaeger # (15)!
metrics: metrics # (16)!
tracing: no # (17)!
metrics: metrics # (15)!
```

1. Toggles Saltbox management of IPv4 A records with Cloudflare.
Expand Down Expand Up @@ -371,11 +369,7 @@ To edit any of the following configuration files use the command written in the

14. Defines which subdomain the Traefik dashboard will be accessible at.

15. Defines which subdomain the Traefik Jaeger endpoint will be accessible at.

16. Defines which subdomain the Traefik Prometheus metrics endpoint will be accessible at.

17. Toggles the use of Jaeger (tracing) with Traefik.
15. Defines which subdomain the Traefik Prometheus metrics endpoint will be accessible at.

!!! info
See [here](../../reference/accounts.md) for more information about these settings.
Expand Down

0 comments on commit 1569013

Please sign in to comment.