Skip to content

Commit

Permalink
link: config.go
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 15, 2025
1 parent ad57d92 commit 19fcab6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion connector/routingconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following settings are available:

## Additional Settings

The full list of settings exposed for this connector are documented [here](./config.go) with detailed sample configuration files:
The full list of settings exposed for this connector are documented in [config.go](./config.go) with detailed sample configuration files:

- [logs](./testdata/config/logs.yaml)
- [metrics](./testdata/config/metrics.yaml)
Expand Down
2 changes: 1 addition & 1 deletion extension/healthcheckextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ extensions:
path: "/health/status"
```
The full list of settings exposed for this exporter is documented [here](./config.go)
The full list of settings exposed for this exporter is documented in [config.go](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
2 changes: 1 addition & 1 deletion extension/httpforwarderextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ The following settings can be optionally configured:
timeout: 5s
```
The full list of settings exposed for this exporter are documented [here](config.go)
The full list of settings exposed for this exporter are documented in [config.go](./config.go)
with detailed sample configurations [here](testdata/config.yaml).
2 changes: 1 addition & 1 deletion extension/pprofextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extensions:
pprof:
```
The full list of settings exposed for this exporter are documented [here](./config.go)
The full list of settings exposed for this exporter are documented in [config.go](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
Expand Down
2 changes: 1 addition & 1 deletion extension/remotetapextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ extensions:
remotetap:
```
The full list of settings exposed for this exporter are documented [here](./config.go).
The full list of settings exposed for this exporter are documented in [config.go](./config.go).

0 comments on commit 19fcab6

Please sign in to comment.