diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 1d8c011a4ca..094f62100c8 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -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 diff --git a/content/en/tracing/guide/_index.md b/content/en/tracing/guide/_index.md index 9ba25225633..7ca8d54a8b5 100644 --- a/content/en/tracing/guide/_index.md +++ b/content/en/tracing/guide/_index.md @@ -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 >}} - {{< 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 >}}