8000 Post Reorg Tweaks (#28940) · DataDog/documentation@6cd8fee · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cd8fee

Browse files
brett0000FFaldrick.castro
authored andcommitted
Post Reorg Tweaks (#28940)
* Change name of Env Var and OTel API in nav. * Change Direct OTLP Ingest to Agentless Deployment in nav. * Change Direct OTLP Ingest to Agentless Deployment in content. * Add example app + demo under Getting Started. * Tweak wording. * Make wording consistent for Getting Started landing page. * Revert agentless deployment outside of nav and setup page. * Revert change.
1 parent 6686143 commit 6cd8fee

File tree

8 files changed

+40
-9
lines changed
  • config/_default/menus
      < 8000 li class="PRIVATE_TreeView-item DiffFileTree-module__file-tree-row--yr73E prc-TreeView-TreeViewItem-ShJr0" tabindex="0" id="config/_default/menus/main.en.yaml" role="treeitem" aria-label="main.en.yaml" aria-describedby=":R5ndddabH1:" aria-level="2" aria-selected="false">
  • content/en/opentelemetry

8 files changed

+40
-9
lines changed

config/_default/menus/main.en.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,18 @@ menu:
592592
parent: essentials_heading
593593
weight: 70000
594594
- name: Getting Started
595-
url: /getting_started/opentelemetry
595+
url: /opentelemetry/getting_started/
596596
identifier: otel_guides_getting_started
597597
parent: opentelemetry_top_level
598598
weight: 1
599+
- name: Datadog Example Application
600+
url: /getting_started/opentelemetry
601+
parent: otel_guides_getting_started
602+
weight: 101
603+
- name: OpenTelemetry Demo Application
604+
url: /opentelemetry/guide/otel_demo_to_datadog
605+
parent: otel_guides_getting_started
606+
weight: 102
599607
- name: Feature Compatibility
600608
url: opentelemetry/compatibility/
601609
identifier: otel_compatibility
@@ -611,7 +619,7 @@ menu:
611619
identifier: otel_sdks
612620
parent: otel-instrumentation
613621
weight: 301
614-
- name: OTel APIs
622+
- name: OTel APIs with Datadog SDKs
615623
url: /opentelemetry/instrument/api_support
616624
identifier: otel-api-dd-sdk
617625
parent: otel-instrumentation
@@ -649,7 +657,7 @@ menu:
649657
identifier: otel_instrumentation_libraries
650658
parent: otel-instrumentation
651659
weight: 303
652-
- name: Environment Variables
660+
- name: Configuration
653661
url: opentelemetry/config/environment_variable_support/
654662
identifier: otel_env_var
655663
parent: otel-instrumentation
@@ -694,17 +702,17 @@ menu:
694702
identifier: otel-setup-otlp-ingest
695703
parent: otel_collect
696704
weight: 402
697-
- name: Direct OTLP Ingest
698-
url: /opentelemetry/setup/intake_endpoint
705+
- name: Agentless Deployment
706+
url: /opentelemetry/setup/agentless/
699707
identifier: otel-setup-intake-endpoint
700708
parent: otel_collect
701709
weight: 403
702710
- name: Logs Endpoint
703-
url: /opentelemetry/setup/intake_endpoint/otlp_logs
711+
url: /opentelemetry/setup/agentless/logs
704712
parent: otel-setup-intake-endpoint
705713
weight: 301
706714
- name: Metrics Endpoint
707-
url: /opentelemetry/setup/intake_endpoint/otlp_metrics
715+
url: /opentelemetry/setup/agentless/metrics
708716
parent: otel-setup-intake-endpoint
709717
weight: 302
710718
- name: Semantic Mapping

content/en/opentelemetry/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If your applications and services are instrumented with OpenTelemetry libraries,
129129

130130
### Additional setup options
131131

132-
For other setup options, including direct OTLP intake, see [Send Data to Datadog][7].
132+
For other setup options, including Agentless deployment, see [Send Data to Datadog][7].
133133

134134
## Further reading
135135

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Getting Started with OpenTelemetry at Datadog
3+
disable_toc: false
4+
further_reading:
5+
- link: "/opentelemetry/guide"
6+
tag: "Documentation"
7+
text: "OpenTelemetry Guides"
8+
---
9+
10+
{{< whatsnext desc=" " >}}
11+
{{< nextlink href="/getting_started/opentelemetry" >}}Getting Started with a Datadog Example Application{{< /nextlink >}}
12+
{{< nextlink href="/opentelemetry/guide/otel_demo_to_datadog" >}}Getting Started with the OpenTelemetry Demo Application
13+
{{< /nextlink >}}
14+
{{< /whatsnext >}}
15+
16+
## Further reading
17+
18+
{{< partial name="whats-next/whats-next.html" >}}

content/en/opentelemetry/setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are multiple ways to send OpenTelemetry data to Datadog. Choose the method
1313
|---------------------------------|--------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|
1414
| <strong>OTel Collector</strong> | New or existing OTel users wanting a vendor-neutral setup | <ul><li>Complete vendor neutrality</li><li>Send traces, metrics, and logs to Datadog without installing the Datadog Agent or tracing libraries</li><li>Advanced processing capabilities (for example, [tail-based sampling][4])</li></ul> | [Send data using the OTel Collector][2] |
1515
| <strong>Datadog Agent</strong> | Existing Datadog users or teams requiring Agent-based features | <ul><li>Access to full Datadog Agent capabilities</li><li>Enhanced monitoring capabilities including:<ul><li>Fleet Automation</li><li>Live Container Monitoring</li><li>Kubernetes Explorer</li><li>Live Processes</li><li>Cloud Network Monitoring</li><li>Universal Service Monitoring</li><li>{{< translate key="integration_count" >}}+ Datadog integrations</li></ul></li></ul> | [Send data using OTLP ingest in the Agent][1] |
16-
| <strong>Direct OTLP Ingest</strong> | Situations requiring direct connection without additional infrastructure | <ul><li>Direct data transmission</li><li>No additional components needed</li></ul> | [Send data using the intake endpoint][3] |
16+
| <strong>Agentless Deployment</strong> | Situations requiring direct connection without additional infrastructure | <ul><li>Direct data transmission</li><li>No additional components needed</li></ul> | [Send data using the OTLP endpoint][3] |
1717

1818
<div class="alert alert-info"><strong>Still not sure which setup is right for you?</strong><br> See the <a href="/opentelemetry/compatibility/">Feature Compatibility</a> table to understand which Datadog features are supported.</div>
1919

content/en/opentelemetry/setup/intake_endpoint/_index.md renamed to content/en/opentelemetry/setup/agentless/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Datadog OTLP Intake Endpoint
3+
aliases:
4+
- /opentelemetry/setup/intake_endpoint/
35
further_reading:
46
- link: "/opentelemetry/setup"
57
tag: "Documentation"

content/en/opentelemetry/setup/intake_endpoint/otlp_logs.md renamed to content/en/opentelemetry/setup/agentless/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Datadog OTLP Logs Intake Endpoint
33
aliases:
44
- /opentelemetry/otlp_logs
5+
- /opentelemetry/setup/intake_endpoint/otlp_logs
56
further_reading:
67
- link: "https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/"
78
tag: "External Site"

content/en/opentelemetry/setup/intake_endpoint/otlp_metrics.md renamed to content/en/opentelemetry/setup/agentless/metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Datadog OTLP Metrics Intake Endpoint
33
aliases:
44
- "/opentelemetry/otlp_metrics"
5+
- "/opentelemetry/setup/intake_endpoint/otlp_metrics"
56
further_reading:
67
- link: "https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/"
78
tag: "External Site"

content/en/opentelemetry/setup/intake_endpoint/otlp_traces.md renamed to content/en/opentelemetry/setup/agentless/traces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Datadog OTLP Traces Intake Endpoint
33
aliases:
44
- /opentelemetry/otlp_endpoint
5+
- /opentelemetry/setup/intake_endpoint/otlp_traces
56
private: true
67
further_reading:
78
- link: "https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/"

0 commit comments

Comments
 (0)
0