Skip to content

Commit

Permalink
docs(no-otel): add zero code
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Oct 8, 2024
1 parent ea91af2 commit 2913dda
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions docs/docs/getting-started/no-otel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

<Tabs groupId="otel-install-options">
<TabItem value="no-code-changes" label="No Code Changes" default>
<TabItem value="zero-code-instrumentation" label="Zero-code Instrumentation (No Code Changes)" default>

[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/ |

</TabItem>
<TabItem value="opentelemetry-operator" label="OpenTelemetry Operator (No Code Changes)" default>

You can install the OpenTelemetry Operator in any existing Kubernetes environment in under 5 minutes by running the following set of commands.

Expand Down Expand Up @@ -145,12 +161,6 @@ Check the [official OpenTelemetry docs](https://opentelemetry.io/docs/k8s-operat

</TabItem>

<TabItem value="other-options" label="Other Options" default>

#### [Odigos](https://docs.odigos.io/intro), is a new open source project that can do this for you without a single line of code.

</TabItem>

<TabItem value="auto-instrumentation" label="Auto Instrumentation" default>

Below we provide quick links to all key docs and samples.
Expand Down

0 comments on commit 2913dda

Please sign in to comment.