Skip to content

Commit

Permalink
link: testdata/config.yaml
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 19fcab6 commit c473035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/healthcheckextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ extensions:
```
The full list of settings exposed for this exporter is documented in [config.go](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
with detailed sample configurations in [testdata/config.yaml](./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 @@ -45,4 +45,4 @@ The following settings can be optionally configured:
```
The full list of settings exposed for this exporter are documented in [config.go](./config.go)
with detailed sample configurations [here](testdata/config.yaml).
with detailed sample configurations in [testdata/config.yaml](./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 @@ -43,7 +43,7 @@ extensions:
```
The full list of settings exposed for this exporter are documented in [config.go](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml).
### Go Profiling with pprof basics
Expand Down

0 comments on commit c473035

Please sign in to comment.