Skip to content

Commit

Permalink
chore(docs):Add Obs Pipelines to docs (vectordotdev#19201)
Browse files Browse the repository at this point in the history
* add op

* add newline

* Update website/content/en/docs/about/what-is-observability-pipelines.md

* move op section

* add datadog

* Update website/content/en/docs/setup/_index.md

Co-authored-by: Jesse Szwedko <jesse@szwedko.me>

---------

Co-authored-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
maycmlee and jszwedko committed Dec 11, 2023
1 parent f7c3824 commit 8f3f160
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
12 changes: 9 additions & 3 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,23 +164,29 @@ url = "/docs/about"
parent = "about"
weight = 1

[[languages.en.menus.footer]]
name = "What is Observability Pipelines?"
url = "/docs/about/what-is-observability-pipelines"
parent = "about"
weight = 2

[[languages.en.menus.footer]]
name = "Contact us"
url = "/community"
parent = "about"
weight = 2
weight = 3

[[languages.en.menus.footer]]
name = "Privacy"
url = "https://www.datadoghq.com/legal/privacy/"
parent = "about"
weight = 3
weight = 4

[[languages.en.menus.footer]]
name = "Cookies"
url = "https://www.datadoghq.com/legal/cookies/"
parent = "about"
weight = 4
weight = 5

[[languages.en.menus.footer]]
name = "Components"
Expand Down
4 changes: 2 additions & 2 deletions website/content/en/docs/about/concepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Concepts
weight: 2
weight: 3
tags: ["concepts", "meta", "events", "logs", "metrics", "components", "sources", "transforms", "sinks", "pipeline", "roles", "agent", "aggregator", "topology"]
---

Expand All @@ -26,7 +26,7 @@ A **metric** event represents a numerical operation performed on a time series.

### Traces

A **trace** event can be thought of as a special kind of log event. As of this writing, the components that support trace events are: the `datadog_agent` source, the `datadog_traces` sink, and the `sample` and `remap` transforms.
A **trace** event can be thought of as a special kind of log event. The components that support trace events are: the `datadog_agent` source, the `datadog_traces` sink, and the `sample` and `remap` transforms. **Note**: Support for traces is limited and is in alpha.

If you're interested in using traces with a Vector component that doesn't yet support them, please open an issue so we can have a better understanding of what components to prioritize adding trace support for.

Expand Down
20 changes: 20 additions & 0 deletions website/content/en/docs/about/what-is-observability-pipelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: What is Observability Pipelines?
weight: 2
tags: ["concepts"]
---

Datadog's Observability Pipelines is a commercial observability data pipeline for collecting, processing, and routing observability data from any source to any destination in the infrastructure that you own or manage.

Use Observability Pipelines to:

- Manage your pipelines from a control plane. You can build or edit pipelines, whether it is to route a subset of data to a new destination or introduce a new sensitive data redaction rule, and roll out these changes to your active pipelines from the Datadog UI.
- Monitor your pipelines to understand the health of your pipelines, identify bottlenecks and latencies, fine-tune performance, validate data delivery, and investigate your largest volume contributors.
- Better optimize volume and control costs by enforcing quotas, store noisy logs in an archive, and more.
- Scan for and redact sensitive data flowing through your pipelines.

## Learn more

- [Observability Pipelines Overview](https://www.datadoghq.com/product/observability-pipelines/)
- [Take Control of Your Telemetry Data with Datadog Observability Pipelines](https://www.datadoghq.com/blog/datadog-observability-pipelines/)
- [Observability Pipelines documentation](https://docs.datadoghq.com/observability_pipelines/)
2 changes: 1 addition & 1 deletion website/content/en/docs/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ short: Setup
weight: 2
---

This section of the documentation covers everything you know to get up and running with Vector, from installation to deployment.
This section of the documentation covers everything you know to get up and running with Vector, from installation to deployment. Alternatively, download [Observability Pipelines](https://www.datadoghq.com/product/observability-pipelines/) if you want to build, manage, and monitor your pipelines in the Datadog UI.

## Installing

Expand Down

0 comments on commit 8f3f160

Please sign in to comment.