diff --git a/exporter/carbonexporter/README.md b/exporter/carbonexporter/README.md index 780f531f34a6..8e02f26b73be 100644 --- a/exporter/carbonexporter/README.md +++ b/exporter/carbonexporter/README.md @@ -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 diff --git a/exporter/lokiexporter/README.md b/exporter/lokiexporter/README.md index 56b08dcb01bb..02e79fc203de 100644 --- a/exporter/lokiexporter/README.md +++ b/exporter/lokiexporter/README.md @@ -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/) diff --git a/exporter/sapmexporter/README.md b/exporter/sapmexporter/README.md index 505b5a5144bf..f97dbdd2f945 100644 --- a/exporter/sapmexporter/README.md +++ b/exporter/sapmexporter/README.md @@ -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). diff --git a/exporter/signalfxexporter/README.md b/exporter/signalfxexporter/README.md index 7f92c718eb8e..6b554b8cd952 100644 --- a/exporter/signalfxexporter/README.md +++ b/exporter/signalfxexporter/README.md @@ -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. @@ -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). diff --git a/exporter/splunkhecexporter/README.md b/exporter/splunkhecexporter/README.md index 3085a1bcc96c..930dbb5c4f5a 100644 --- a/exporter/splunkhecexporter/README.md +++ b/exporter/splunkhecexporter/README.md @@ -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).