8000 (maint) Adds support banners to serveral pages by hestonhoffman · Pull Request #29391 · DataDog/documentation · GitHub
[go: up one dir, main page]

Skip to content
8000

(maint) Adds support banners to serveral pages #29391

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

Merged
merged 1 commit into from
May 16, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions content/en/actions/datastore/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ further_reading:
text: "Enhance your automated workflows and apps with Datastore"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">Datastores are not available in the selected site ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

## Overview

The Actions Datastore offers a scalable, structured data storage solution within Datadog's App Builder and Workflow Automation products. It supports CRUD (Create, Read, Update, and Delete) operations and integrates seamlessly with Datadog's ecosystem to optimize persistent data storage without the need for external databases.
Expand Down
4 changes: 4 additions & 0 deletions content/en/actions/private_actions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ further_reading:
text: "Remediate Kubernetes incidents faster using private actions in your apps and workflows"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">Private actions are not available in the selected site ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

Private actions allow your Datadog workflows and apps to interact with services hosted on your private network without exposing them to the public internet. To use private actions, you must install a private action runner on a host in your network using Docker or [Kubernetes][1] and pair the runner with a [connection][2].

<div class="alert alert-warning">To install a private action runner, your organization must have <a href="/agent/remote_config/?tab=configurationyamlfile#enabling-remote-configuration">Remote Configuration</a> enabled.</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases:
disable_toc: false
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">Private actions are not available in the selected site ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

## Overview

Private actions allow your Datadog workflows and apps to interact with services hosted on your private network without exposing your services to the public internet. To use private actions, you must install a private action runner on a host in your network and pair the runner with a Datadog Connection. For more information on setting up a runner and pairing it with a connection, see [Private Actions][1].
Expand Down
4 changes: 4 additions & 0 deletions content/en/actions/private_actions/use_private_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ further_reading:
text: "Handling Private Action Credentials"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">Private actions are not available in the selected site ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

## Overview

Private actions allow your Datadog workflows and apps to interact with services hosted on your private network without exposing your services to the public internet. To use private actions, you must use Docker to install a private action runner on a host in your network, then pair the runner with a Datadog Connection.
Expand Down
4 changes: 4 additions & 0 deletions content/en/actions/workflows/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ further_reading:

---

{{< site-region region="gov" >}}
<div class="alert alert-warning">Workflow Automation is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

The following variables and parameters are available in workflows:
- [Context variables](#context-variables): Context variables are a broad category of immutable variables that store contextual information about a workflow, or contain data that is passed into the workflow by a triggering event or by a step in the workflow.
- [Input parameters](#input-parameters): Input parameters are immutable key-value pairs that you can use to pass data into a workflow at runtime.
Expand Down
4 changes: 4 additions & 0 deletions content/en/llm_observability/cluster_map/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ further_reading:
text: "Learn about LLM Observability Key Terms and Concepts"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

## Overview

You can identify drifts in your LLM applications by visualizing trace data in clusters on the [Clusters page][1]. Select an application configured with LLM Observability to view cluster information.
Expand Down
6D4E
4 changes: 4 additions & 0 deletions content/en/llm_observability/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ further_reading:
text: "Learn how to set up LLM Observability"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

## Overview

You can configure your LLM applications on the Settings page to optimize your application's performance and security.
Expand Down
4 changes: 4 additions & 0 deletions content/en/llm_observability/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ cascade:
subcategory: LLM Observability Guides
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

{{< whatsnext desc="LLM Observability Guides:" >}}
{{< nextlink href="/llm_observability/quickstart" >}}Trace an LLM Application{{< /nextlink >}}
{{< nextlink href="/llm_observability/submit_evaluations" >}}Submit Evaluations{{< /nextlink >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ further_reading:
text: "Troubleshooting RAG-based LLM applications"
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

## Overview

This guide explains how you can use both LLM Observability and APM to link LLM Observability and APM [spans][6] in Datadog.
Expand Down
4 changes: 4 additions & 0 deletions content/en/llm_observability/guide/ragas_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ further_reading:
text: 'Ragas Evaluations'
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

Learn how to use Datadog's integration with the [Ragas][1] framework to evaluate your LLM application. For more information about the Ragas integration, including a detailed setup guide, see [Ragas Evaluations][2].

1. Install required dependencies:
Expand Down
4 changes: 4 additions & 0 deletions content/en/llm_observability/setup/auto_instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ further_reading:
text: 'Learn about the LLM Observability SDK for Node.js'
---

{{< site-region region="gov" >}}
<div class="alert alert-warning">LLM Observability is not available in the selected site ({{< region-param key="dd_site_name" >}}) at this time.</div>
{{< /site-region >}}

<div class="alert alert-info">Datadog offers a variety of artificial intelligence (AI) and machine learning (ML) capabilities. The <a href="/integrations/#cat-aiml">AI/ML integrations on the Integrations page and the Datadog Marketplace</a> are platform-wide Datadog functionalities. <br><br> For example, APM offers a native integration with OpenAI for monitoring your OpenAI usage, while Infrastructure Monitoring offers an integration with NVIDIA DCGM Exporter for monitoring compute-intensive AI workloads. These integrations are different from the LLM Observability offering.</div>

{{< tabs >}}
Expand Down
Loading
0