diff --git a/docs/docs/getting-started/no-otel.mdx b/docs/docs/getting-started/no-otel.mdx index 074af2c5bd..15ee7a33f1 100644 --- a/docs/docs/getting-started/no-otel.mdx +++ b/docs/docs/getting-started/no-otel.mdx @@ -29,7 +29,23 @@ This page will explain getting started with OpenTelemetry: You can also find more ways to instrument OpenTelemetry in their [documentation](https://opentelemetry.io/docs/instrumentation/). - + + +[Zero-code instrumentation adds the OpenTelemetry](https://opentelemetry.io/docs/concepts/instrumentation/zero-code/) API and SDK capabilities to your application typically as an agent or agent-like installation. + +Below we provide quick links to all key docs and samples. + +| Language | Docs | +|---|---| +| **C#/.NET** | https://opentelemetry.io/docs/zero-code/net/ | +| **Java** | https://opentelemetry.io/docs/zero-code/java/ | +| **JavaScript** | https://opentelemetry.io/docs/zero-code/js/ | +| **PHP** | https://opentelemetry.io/docs/zero-code/php/ | +| **Python** | https://opentelemetry.io/docs/zero-code/python/ | +| **Go** | https://opentelemetry.io/docs/zero-code/go/ | + + + You can install the OpenTelemetry Operator in any existing Kubernetes environment in under 5 minutes by running the following set of commands. @@ -145,12 +161,6 @@ Check the [official OpenTelemetry docs](https://opentelemetry.io/docs/k8s-operat - - -#### [Odigos](https://docs.odigos.io/intro), is a new open source project that can do this for you without a single line of code. - - - Below we provide quick links to all key docs and samples.