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 <[email protected]>
  • Loading branch information
jsoref committed Jan 10, 2025
1 parent 2f1b929 commit e0aa04c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exporter/carbonexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exporters:
```
The full list of settings exposed for this receiver 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).
## 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 @@ -306,7 +306,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 in [config.go](./config.go) with detailed sample
configurations [here](./testdata/config.yaml).
configurations in [testdata/config.yaml](./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 @@ -83,6 +83,6 @@ exporters:
```

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

This exporter also offers [proxy support](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
4 changes: 2 additions & 2 deletions exporter/signalfxexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following configuration options can also be configured:
- `exclude_metrics`: List of metric filters that will determine metrics to be
excluded from sending to Signalfx backend. The filtering is applied after the default
translations controlled by `disable_default_translation_rules` option.
See [here](./testdata/config.yaml) for examples. Apart from the values explicitly
See in [testdata/config.yaml](./testdata/config.yaml) for examples. Apart from the values explicitly
provided via this option, by default, [default metrics](./internal/translation/default_metrics.go) are
also appended to this list. Setting this option to `[]` will override all the default
excludes.
Expand Down Expand Up @@ -300,7 +300,7 @@ service:
```
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).
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 @@ -145,7 +145,7 @@ exporters:
```
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).
This exporter also offers [proxy support](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter#proxy-support).
Expand Down

0 comments on commit e0aa04c

Please sign in to comment.