Skip to content

Commit

Permalink
link: config.go
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 10, 2025
1 parent 9a6ca93 commit 03ae19f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exporter/carbonexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exporters:
timeout: 10s
```
The full list of settings exposed for this receiver are documented [here](./config.go)
The full list of settings exposed for this receiver are documented in [config.go](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).
## Advanced Configuration
Expand Down
2 changes: 1 addition & 1 deletion exporter/lokiexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ If `service.instance.id` is present then `instance=service.instance.id` is set

If `service.instance.id` is not present then `instance` label is not set

The full list of settings exposed for this exporter are documented [here](./config.go) with detailed sample
The full list of settings exposed for this exporter are documented in [config.go](./config.go) with detailed sample
configurations [here](./testdata/config.yaml).

For more information, see [how to send logs to Grafana Loki using the OpenTelemetry Collector](https://grafana.com/docs/opentelemetry/collector/send-logs-to-loki/)
Expand Down
2 changes: 1 addition & 1 deletion exporter/sapmexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exporters:
log_detailed_response: true
```

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).

This exporter also offers [proxy support](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
2 changes: 1 addition & 1 deletion exporter/signalfxexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ service:
exporters: [signalfx]
```
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).
This exporter also [offers proxy support](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
Expand Down
2 changes: 1 addition & 1 deletion exporter/splunkhecexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ exporters:
custom_key: custom_value
```
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).
This exporter also [offers proxy support](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
Expand Down

0 comments on commit 03ae19f

Please sign in to comment.