-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[DOCS-15275] Add OP Traces for Preview #38665
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
base: master
Are you sure you want to change the base?
Changes from all commits
6fbb497
3724e84
7e72e1a
2d3a5db
8cb3aef
e9d26df
28e4fb3
18f8443
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ For RHEL and CentOS, the Observability Pipelines Worker supports versions 8.0 or | |
|
|
||
| {% /if %} | ||
|
|
||
| The Observability Pipelines Worker is software that runs in your environment to centrally aggregate and process your logs and metrics ({% glossary-tooltip term="preview" case="title" /%}), and then route them to different destinations. | ||
| The Observability Pipelines Worker is software that runs in your environment to centrally aggregate and process your logs, metrics, and traces ({% tooltip contents="Traces for Observability Pipelines is in Preview. Contact your account manager to request access." %}in Preview{% /tooltip %}), and then route them to different destinations. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| <!-- Kubernetes - Overview --> | ||
| {% if equals($platform, "kubernetes") %} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ further_reading: | |
|
|
||
| ## Overview | ||
|
|
||
| Use the Observability Pipelines Worker to send your processed logs and metrics to different destinations. Most Observability Pipelines destinations send events in batches to the downstream integration. See [Event batching](#event-batching) for more information. Some Observability Pipelines destinations also have fields that support template syntax, so you can set these fields based on specific fields. See [Template syntax](#template-syntax) for more information. | ||
| Use the Observability Pipelines Worker to send your processed logs, metrics, and traces ({{< tooltip text="in Preview" tooltip="Traces for Observability Pipelines is in Preview. Contact your account manager to request access." >}}) to different destinations. Most Observability Pipelines destinations send events in batches to the downstream integration. See [Event batching](#event-batching) for more information. Some Observability Pipelines destinations also have fields that support template syntax, so you can set these fields based on specific fields. See [Template syntax](#template-syntax) for more information. | ||
|
|
||
| Select a destination in the left navigation menu to see more information about it. | ||
|
|
||
|
|
@@ -84,6 +84,14 @@ These are the available destinations: | |
| [3]: /observability_pipelines/destinations/http_client/ | ||
| [4]: /observability_pipelines/destinations/splunk_hec/metrics | ||
|
|
||
| {{% /tab %}} | ||
| {{% tab "Traces" %}} | ||
|
|
||
| <div class="alert alert-info">Traces for Observability Pipelines is in Preview. Contact your account manager to request access.</div> | ||
|
|
||
| - Datadog APM | ||
| - OpenTelemetry Traces | ||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No links currently. These pages will be created in separate child PRs. I will add links there. |
||
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ further_reading: | |
|
|
||
| <div class="alert alert-info">The processors outlined in this documentation are specific to on-premises logging environments. To parse, structure, and enrich cloud-based logs, see the <a href="https://docs.datadoghq.com/logs/log_configuration/logs_to_metrics">Log Management</a> documentation.</div> | ||
|
|
||
| Use Observability Pipelines' processors to parse, structure, and enrich your logs and metrics. When you create a pipeline in the UI, pre-selected processors are added to your processor group based on the selected template. You can add additional processors and delete any existing ones based on your processing needs. | ||
| Use Observability Pipelines' processors to parse, structure, and enrich your logs, metrics, and traces ({{< tooltip text="in Preview" tooltip="Traces for Observability Pipelines is in Preview. Contact your account manager to request access." >}}). When you create a pipeline in the UI, pre-selected processors are added to your processor group based on the selected template. You can add additional processors and delete any existing ones based on your processing needs. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Webops card: https://datadoghq.atlassian.net/browse/WEB-9845 |
||
|
|
||
| Processor groups are executed from top to bottom. The order of the processors is important because events are checked by each processor, but only events that match the processor's filters are processed. To modify the order of the processors, use the drag handle on the top left corner of the processor you want to move. | ||
|
|
||
|
|
@@ -84,6 +84,21 @@ These are the available processors: | |
| [4]: /observability_pipelines/processors/tag_allow_block_list/ | ||
| [5]: /observability_pipelines/processors/tag_cardinality_control/ | ||
|
|
||
| {{% /tab %}} | ||
| {{% tab "Traces" %}} | ||
|
|
||
| <div class="alert alert-info">Traces for Observability Pipelines is in Preview. Contact your account manager to request access.</div> | ||
|
|
||
| - [Custom Processor][1] | ||
| - [Filter][2] | ||
| - [Sample][3] | ||
| - [Sensitive Data Scanner][4] | ||
|
|
||
| [1]: /observability_pipelines/processors/custom_processor/ | ||
| [2]: /observability_pipelines/processors/filter/ | ||
| [3]: /observability_pipelines/processors/sample/ | ||
| [4]: /observability_pipelines/processors/sensitive_data_scanner/ | ||
|
|
||
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
|
|
||
|
|
||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one does work! So maybe it's something about the .mdoc file?