Skip to content

Commit 6c502da

Browse files
committed
updated instrumentation link
1 parent a261a1d commit 6c502da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/onboarding/8_16/operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When [installing the release](#manual-deployment-of-all-components), ensure you
4343
The OpenTelemetry Operator is a [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) implementation designed to manage OpenTelemetry resources in a Kubernetes environment. It defines and oversees the following Custom Resource Definitions (CRDs):
4444

4545
- [OpenTelemetry Collectors](https://github.com/open-telemetry/opentelemetry-collector): Agents responsible for receiving, processing and exporting telemetry data such as logs, metrics, and traces.
46-
- [Instrumentation](https://opentelemetry.io/docs/concepts/instrumentation/automatic/): Used for the atomatic instrumentation of workloads by leveraging OpenTelemetry instrumentation libraries.
46+
- [Instrumentation](https://opentelemetry.io/docs/kubernetes/operator/automatic): Used for the atomatic instrumentation of workloads by leveraging OpenTelemetry instrumentation libraries.
4747

4848
All signals including logs, metrics, traces are processed by the collectors and sent directly to Elasticsearch via the ES exporter. A collector's processor pipeline replaces the traditional APM server functionality for handling application traces.
4949

0 commit comments

Comments
 (0)