Skip to content

Update docs structure for Dynamic Instrumentation #29892

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 6 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3994,17 +3994,17 @@ menu:
parent: endpoint_observability
weight: 1003
- name: Dynamic Instrumentation
url: dynamic_instrumentation/
url: tracing/dynamic_instrumentation/
identifier: dyninst
parent: tracing
weight: 11
- name: Enabling
url: dynamic_instrumentation/enabling
url: tracing/dynamic_instrumentation/enabling
identifier: dyninst_enable
parent: dyninst
weight: 1101
- name: Expression Language
url: dynamic_instrumentation/expression-language
url: tracing/dynamic_instrumentation/expression-language
identifier: dyninst_explang
parent: dyninst
weight: 1102
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Dynamic Instrumentation
aliases:
- /tracing/dynamic_instrumentation/
- /dynamic_instrumentation/how-it-works/
- /dynamic_instrumentation/
is_beta: false
private: false
further_reading:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Enabling Dynamic Instrumentation
type: multi-code-lang
aliases:
- /tracing/dynamic_instrumentation/enabling/
- /dynamic_instrumentation/enabling/
private: false
further_reading:
- link: '/agent/'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable Dynamic Instrumentation for .NET
aliases:
- /tracing/dynamic_instrumentation/enabling/dotnet/
- /dynamic_instrumentation/enabling/dotnet/
private: false
code_lang: dotnet
type: multi-code-lang
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable Dynamic Instrumentation for Java
aliases:
- /tracing/dynamic_instrumentation/enabling/java/
- /dynamic_instrumentation/enabling/java/
private: false
code_lang: java
type: multi-code-lang
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ private: false
code_lang: nodejs
type: multi-code-lang
code_lang_weight: 30
aliases:
- /dynamic_instrumentation/enabling/nodejs
further_reading:
- link: 'agent'
tag: 'Documentation'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable Dynamic Instrumentation for PHP
aliases:
- /tracing/dynamic_instrumentation/enabling/php/
- /dynamic_instrumentation/enabling/php/
private: true
further_reading:
- link: 'agent'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable Dynamic Instrumentation for Python
aliases:
- /tracing/dynamic_instrumentation/enabling/python/
- /dynamic_instrumentation/enabling/python/
private: false
code_lang: python
type: multi-code-lang
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enable Dynamic Instrumentation for Ruby
aliases:
- /tracing/dynamic_instrumentation/enabling/ruby/
- /dynamic_instrumentation/enabling/ruby/
private: false
code_lang: ruby
type: multi-code-lang
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Dynamic Instrumentation Expression Language
private: false
aliases:
- /dynamic_instrumentation/expression-language
---

## Overview
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this file omitted from the left nav?

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Dynamic Instrumentation Sensitive Data Scrubbing
aliases:
- /dynamic_instrumentation/sensitive-data-scrubbing/
further_reading:
- link: "/dynamic_instrumentation/enabling/"
tag: "Documentation"
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. Why is this file omitted from the left nav?

Copy link
Contributor Author

@domalessi domalessi Jun 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These pages are not currently in the left nav, so I'm not adding them. I don't know why they're not included, but I'll make a note to discuss this with the PM. I'd like to not block on this though since I'm maintaining what exists currently! Let me know what you think.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Autocomplete and Search
is_beta: true
private: false
aliases:
- /dynamic_instrumentation/symbdb
further_reading:
- link: /dynamic_instrumentation/
tag: Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ private: false
code_lang: dotnet
type: multi-code-lang
code_lang_weight: 10
aliases:
- /dynamic_instrumentation/symbdb/dotnet
---
{{< beta-callout url="#" btn_hidden="true" >}}
Autocomplete and search are in Preview.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ private: false
code_lang: java
type: multi-code-lang
code_lang_weight: 10
aliases:
- /dynamic_instrumentation/symdb/java
---

## Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ private: false
code_lang: python
type: multi-code-lang
code_lang_weight: 10
aliases:
- /dynamic_instrumentation/symdb/python
---
{{< beta-callout url="#" btn_hidden="true" >}}
Autocomplete and search are in Preview.
Expand Down
Loading