Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4449,8 +4449,8 @@ menu:
parent: tracing_services
identifier: tracing_service_remapping_rules
weight: 908
- name: Service Override Removal
url: tracing/services/service_override_removal
- name: Integration Override Removal
url: tracing/services/integration_override_removal
parent: tracing_services
identifier: tracing_service_override_removal
weight: 909
Expand Down
2 changes: 1 addition & 1 deletion content/en/tracing/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cascade:
{{< nextlink href="tracing/guide/apm_dashboard" >}}3. Create a Dashboard to track and correlate APM metrics{{< /nextlink >}}
{{< nextlink href="tracing/guide/slowest_request_daily" >}}4. Debug the slowest trace on the slowest endpoint of a web service{{< /nextlink >}}
<a id="enabling-tracing-tutorials">
{{< nextlink href="tracing/guide/add_span_md_and_graph_it" >}}5. Add span tags and filter and group your application performance{{< /nextlink >}}
{{< nextlink href="tracing/trace_collection/custom_instrumentation" >}}5. Add span tags and filter and group your application performance{{< /nextlink >}}
{{< nextlink href="tracing/guide/instrument_custom_method" >}}6. Instrument a custom method to get deep visibility into your business logic.{{< /nextlink >}}
{{< /whatsnext >}}

Expand Down
Loading