Skip to content

Commit 7c66047

Browse files
committed
[Live Debugger] Fix runtime selection
1 parent fb28085 commit 7c66047

File tree

8 files changed

+41
-8
lines changed

8 files changed

+41
-8
lines changed

config/_default/menus/main.en.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4553,7 +4553,17 @@ menu:
45534553
url: internal_developer_portal/software_catalog/endpoints/monitor_endpoints
45544554
identifier: monitor_endpoints
45554555
parent: endpoint_observability
4556-
weight: 1003
4556+
weight: 1003
4557+
- name: Dynamic Instrumentation
4558+
url: tracing/dynamic_instrumentation/
4559+
identifier: dyninst
4560+
parent: tracing
4561+
weight: 11
4562+
- name: Enabling
4563+
url: tracing/dynamic_instrumentation/enabling
4564+
identifier: dyninst_enable
4565+
parent: dyninst
4566+
weight: 1101
45574567
- name: Live Debugger
45584568
url: tracing/live_debugger/
45594569
identifier: live_debugger

content/en/tracing/trace_collection/dynamic_instrumentation/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: Add instrumentation to your running production systems without rest
44
aliases:
55
- /dynamic_instrumentation/how-it-works/
66
- /dynamic_instrumentation/
7-
- /dynamic_instrumentation/enabling/
8-
- /tracing/dynamic_instrumentation/enabling
97
- /tracing/dynamic_instrumentation/
108
is_beta: false
119
private: false
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Enabling Dynamic Instrumentation
3+
description: Enable Dynamic Instrumentation for your applications to add probes and capture runtime data without code changes.
4+
type: multi-code-lang
5+
aliases:
6+
- /dynamic_instrumentation/enabling/
7+
- /tracing/dynamic_instrumentation/enabling
8+
private: false
9+
further_reading:
10+
- link: '/agent/'
11+
tag: 'Documentation'
12+
text: 'Getting Started with Datadog Agent'
13+
---
14+
15+
Dynamic Instrumentation is a feature of supporting Datadog tracing libraries. If you are already using [APM to collect traces][1] for your application, ensure your tracing library is up-to-date and then enable Dynamic Instrumentation for your application.
16+
17+
Select your runtime below to learn how to enable Dynamic Instrumentation for your application:
18+
19+
{{< partial name="dynamic_instrumentation/dynamic-instrumentation-languages.html" >}}
20+
21+
## Further reading
22+
23+
{{< partial name="whats-next/whats-next.html" >}}
24+
25+
[1]: /tracing/trace_collection/

content/en/tracing/trace_collection/dynamic_instrumentation/enabling/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up Dynamic Instrumentation for Node.js applications to add prob
44
private: false
55
code_lang: nodejs
66
type: multi-code-lang
7-
code_lang_weight: 30
7+
code_lang_weight: 40
88
aliases:
99
- /dynamic_instrumentation/enabling/nodejs
1010
- /tracing/dynamic_instrumentation/enabling/nodejs

content/en/tracing/trace_collection/dynamic_instrumentation/enabling/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases:
77
private: false
88
code_lang: ruby
99
type: multi-code-lang
10-
code_lang_weight: 30
10+
code_lang_weight: 60
1111
further_reading:
1212
- link: 'agent'
1313
tag: 'Documentation'

content/en/tracing/trace_collection/dynamic_instrumentation/symdb/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_beta: true
55
private: false
66
code_lang: dotnet
77
type: multi-code-lang
8-
code_lang_weight: 10
8+
code_lang_weight: 30
99
aliases:
1010
- /dynamic_instrumentation/symdb/dotnet
1111
- /tracing/dynamic_instrumentation/symdb/dotnet

content/en/tracing/trace_collection/dynamic_instrumentation/symdb/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_beta: true
55
private: false
66
code_lang: python
77
type: multi-code-lang
8-
code_lang_weight: 10
8+
code_lang_weight: 20
99
aliases:
1010
- /dynamic_instrumentation/symdb/python
1111
- /tracing/dynamic_instrumentation/symdb/python

content/es/tracing/dynamic_instrumentation/enabling/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aliases:
33
- /es/dynamic_instrumentation/enabling/ruby/
44
code_lang: ruby
5-
code_lang_weight: 30
5+
code_lang_weight: 60
66
further_reading:
77
- link: contenedores
88
tag: Documentación

0 commit comments

Comments
 (0)