Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove preview labels for k8s SSI #28519

Merged
merged 4 commits into from
Apr 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ For a Docker Linux container:

{{% /tab %}}

{{% tab "Kubernetes (Preview)" %}}
{{% tab "Kubernetes" %}}

**Note**: Single Step Instrumentation for Kubernetes is GA for Agent versions 7.64+, and in Preview for Agent versions <=7.63.

You can enable APM by installing the Agent with either:

Expand All @@ -104,7 +106,7 @@ Follow these steps to enable Single Step Instrumentation across your entire clus

To enable Single Step Instrumentation with the Datadog Operator:

1. Install the [Datadog Operator][36] v1.5.0+ with Helm:
1. Install the [Datadog Operator][36] with Helm:
```shell
helm repo add datadog https://helm.datadoghq.com
helm repo update
Expand All @@ -121,6 +123,11 @@ To enable Single Step Instrumentation with the Datadog Operator:
metadata:
name: datadog
spec:
override:
agent:
image: 7.64.1
clusterAgent:
image: 7.64.1
global:
site: <DATADOG_SITE>
tags:
Expand Down Expand Up @@ -287,7 +294,7 @@ Available versions are listed in source repositories for each language:

{{% /tab %}}

{{% tab "Kubernetes (Agent v7.64+) (Preview)" %}}
{{% tab "Kubernetes (Agent v7.64+)" %}}

### Configuring instrumentation for namespaces and pods

Expand Down Expand Up @@ -482,6 +489,8 @@ This configuration enables APM for all pods except those that have either of the

{{% tab "Kubernetes (Agent <=v7.63) (Preview)" %}}

**Note**: Single Step Instrumentation for Kubernetes is GA for Agent versions 7.64+, and in Preview for Agent versions <=7.63.

### Enabling or disabling instrumentation for namespaces

You can choose to enable or disable instrumentation for applications in specific namespaces. You can only set enabledNamespaces or disabledNamespaces, not both.
Expand Down Expand Up @@ -722,7 +731,9 @@ To remove APM instrumentation and stop sending traces from a specific service, f
2. Restart the service.
{{% /tab %}}

{{% tab "Kubernetes (Preview)" %}}
{{% tab "Kubernetes" %}}

**Note**: Single Step Instrumentation for Kubernetes is GA for Agent versions 7.64+, and in Preview for Agent versions <=7.63.

#### Using workload selection (recommended)

Expand Down Expand Up @@ -780,7 +791,9 @@ To stop producing traces, uninstall APM and restart the infrastructure:

{{% /tab %}}

{{% tab "Kubernetes (Preview)" %}}
{{% tab "Kubernetes" %}}

**Note**: Single Step Instrumentation for Kubernetes is GA for Agent versions 7.64+, and in Preview for Agent versions <=7.63.

The file you need to configure depends on if you enabled Single Step Instrumentation with Datadog Operator or Helm:

Expand Down
Loading