Skip to content

Commit 3837433

Browse files
committed
Make changes to formats and add links
1 parent b1be4eb commit 3837433

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description:
44
This page introduces Collector configuration for Container Logs for the ADOT Collector.
55
path: '/docs/getting-started/adot-eks-add-on/config-container-logs'
66
---
7-
The Container Logs collector configuration launches a preconfigured OpenTelemetryCollector custom resource
8-
to tail all Kubernetes pod logs with the `filelog` receiver. By opting into the
7+
The Container Logs collector configuration launches a preconfigured OpenTelemetry Collector custom resource
8+
to tail all Kubernetes pod logs with the [filelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver) receiver. By opting into the
99
[available pipeline](/docs/getting-started/adot-eks-add-on/config-container-logs/#container-logs-pipelines)
1010
you can control where the collected logs are sent. In this preconfigured custom resource,
11-
the collector will run as a daemonset in order to capture all logs on each node.
11+
the collector will run as a [DaemonSet](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) in order to capture all logs on each node.
1212

1313
## Prerequisites
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description:
44
This page introduces Collector configuration for OTLP Ingest for the ADOT Collector.
55
path: '/docs/getting-started/adot-eks-add-on/config-otlp-ingest'
66
---
7-
The [OpenTelemetry Protocol (OTLP)](https://opentelemetry.io/docs/specs/otlp/) Ingest collector configuration launches a preconfigured OpenTelemetryCollector custom resource
8-
to ingest trace export calls with the `otlp` receiver. By opting into the
7+
The [OpenTelemetry Protocol (OTLP)](https://opentelemetry.io/docs/specs/otlp/) Ingest collector configuration launches a preconfigured OpenTelemetry Collector custom resource
8+
to ingest trace export calls with the [otlp](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver) receiver. By opting into the
99
[available pipeline](/docs/getting-started/adot-eks-add-on/config-otlp-ingest/#otlp-ingest-pipelines)
1010
you can control where the collected traces are sent.
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
This page introduces Collector configuration for Prometheus Metrics for the ADOT Collector.
55
path: '/docs/getting-started/adot-eks-add-on/config-prometheus-metrics'
66
---
7-
The Promethes Metrics collector configuration launches a preconfigured OpenTelemetryCollector custom resource
7+
The Promethes Metrics collector configuration launches a preconfigured OpenTelemetry Collector custom resource
88
to scrape prometheus metrics endpoints. By opting into the
99
[available pipelines](/docs/getting-started/adot-eks-add-on/config-prometheus-metrics/#prometheus-metrics-pipelines)
1010
you can control where the collected metrics are sent.

0 commit comments

Comments
 (0)