Skip to content

Commit 3d2cda2

Browse files
authored
add reference to sigv4 extension (#388)
1 parent 3109d94 commit 3d2cda2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/getting-started/adot-eks-add-on/config-intro.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ In these instructions, we will deploy a Collector in Deployment mode to perform
1717

1818
Traces are received in OpenTelemetry Protocol (OTLP) format. Metrics are received in Prometheus format.
1919
Other deployment modes of the Collector, such as the Daemonset or Statefulset mode are called for in more advance use cases. We explore one of these advanced use cases [here](/docs/getting-started/adot-eks-add-on/config-advanced).
20-
For more information about Collector configuration, as well as OTLP and Prometheus receiver configurations and Amazon Managed Prometheus, CloudWatch, and X-Ray exporter configurations, refer to the documentation below:
20+
For more information about Collector configuration, as well as OTLP and Prometheus receiver configurations, Amazon Managed Prometheus, CloudWatch, and X-Ray exporter configurations, and Sigv4 authentication extension configurations, refer to the documentation below:
2121

2222
* [Collector CRD configuration](https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md)
2323
* [OTLP Receiver configuration](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver)
2424
* [Prometheus Receiver configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver)
2525
* [Prometheus Remote Write Exporter configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter#readme)
2626
* [AWS CloudWatch EMF Exporter configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awsemfexporter#readme)
2727
* [AWS X-Ray Exporter configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awsxrayexporter#readme)
28+
* [Sigv4 Authenticator Extension configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/sigv4authextension#readme)
2829

2930
Below, we have our three Collector configurations, one for Amazon Managed Prometheus, CloudWatch, and X-Ray each. Note that it is possible to combine Collector configurations together, i.e. you can have a Collector set up with more than one receiver, processor, or exporter, and multiple pipelines will be built based on that.
3031

0 commit comments

Comments
 (0)