Skip to content

Commit 3ea4dc4

Browse files
authored
Merge branch 'master' into dd/fouad/llm-evals-investigate
2 parents 80e6017 + 5b7a688 commit 3ea4dc4

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

hugo/config/_default/params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ core_product:
288288

289289
# Unsupported sites for each product
290290
unsupported_sites:
291+
remediate_with_ai: [gov, gov2]
291292
cloudcraft_apm_overlay: [gov, gov2]
292293
code_locations: [gov, gov2]
293294
ownership_of_views: [gov, gov2]

hugo/content/en/containers/monitoring/kubernetes_explorer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ For manual setup, see [Set up Kubernetes Explorer with a DaemonSet][1].
8080

8181
You can populate the Kubernetes Explorer using a native OpenTelemetry pipeline instead of the Datadog Agent. This setup uses the [`k8sobjects`][1] receiver to collect Kubernetes resource data and forwards it through the [Datadog Exporter's][2] orchestrator explorer functionality.
8282

83+
{{< site-region region="gov,gov2" >}}<div class="alert alert-warning">This feature is not available for {{< region-param key="dd_site_name" >}}.</div>{{< /site-region >}}
84+
8385
#### Prerequisites
8486

8587
- OpenTelemetry Collector Contrib [v0.154.0][3] or later.
@@ -304,6 +306,8 @@ The [`opentelemetry-kube-stack`][1] Helm chart installs the OpenTelemetry Operat
304306
- **`cluster`** (Deployment): Scrapes kube-state-metrics, watches Kubernetes objects, and enables `orchestrator_explorer` to populate Kubernetes Explorer.
305307
- **`daemon`** (DaemonSet): Collects host and kubelet metrics, and exposes an OTLP endpoint for application telemetry data.
306308

309+
{{< site-region region="gov,gov2" >}}<div class="alert alert-warning">This feature is not available for {{< region-param key="dd_site_name" >}}.</div>{{< /site-region >}}
310+
307311
#### Prerequisites
308312

309313
- OpenTelemetry Kube Stack Helm chart [0.20.1][3] or later.

hugo/content/en/observability_pipelines/configuration/secrets_management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Datadog recommends using the [instance profile method][1] of retrieving secrets
4141
After you [install the Worker][1], configure the Worker's [bootstrap file][2] to resolve secrets using AWS Secrets Manager:
4242

4343
```yaml
44-
backend_type: aws.secrets
44+
backend_type: aws
4545
backend_config:
4646
aws_session:
4747
aws_region: <region_name>
@@ -58,7 +58,7 @@ Before you [install the Worker][1], add the bootstrap configuration to the [`dat
5858
bootstrap:
5959
config:
6060
secret:
61-
backend_type: aws.secrets
61+
backend_type: aws
6262
backend_config:
6363
aws_session:
6464
aws_region: <region_name>
@@ -147,7 +147,7 @@ To access your Key Vault, create a Managed Identity and assign it to your VM. Th
147147
After you [install the Worker][1], configure the Worker's [bootstrap file][2] to resolve secrets using Azure Key Vault:
148148

149149
```yaml
150-
backend_type: azure.keyvault
150+
backend_type: azure
151151
backend_config:
152152
keyvaulturl: <key_vault_url>
153153
```
@@ -163,7 +163,7 @@ Before you [install the Worker][1], add the bootstrap configuration to the [`dat
163163
bootstrap:
164164
config:
165165
secret:
166-
backend_type: azure.keyvault
166+
backend_type: azure
167167
backend_config:
168168
keyvaulturl: <key_vault_url>
169169
```

0 commit comments

Comments
 (0)