You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
0 commit comments