diff --git a/content/en/scenarios/debug_problems/_index.md b/content/en/scenarios/debug_problems/_index.md index e40dde94eb..9318a103d1 100644 --- a/content/en/scenarios/debug_problems/_index.md +++ b/content/en/scenarios/debug_problems/_index.md @@ -2,36 +2,8 @@ title: Debug Problems in Microservices linkTitle: Debug Problems in Microservices weight: 3 -archetype: chapter -time: 2 minutes -authors: ["Derek Mitchell"] -description: This scenario helps software developers to make debugging problems in microservices easier, faster, and more cost-effective for platform engineering teams rolling out standardized tooling. - +description: This scenario helps engineering teams identify and fix issues caused by planned and unplanned changes to their microservices-based applications. --- -**Service Maps** and **Traces** are extremely valuable in determining what service an issue resides in. And related log data helps provide detail on why issues are occurring in that service. - -But engineers sometimes need to go even deeper to debug a problem that’s occurring in one of their services. - -This is where features such as Splunk's **AlwaysOn Profiling** and **Database Query Performance** come in. - -**AlwaysOn Profiling** continuously collects stack traces so that you can discover which lines in your code are consuming the most CPU and memory. - -And **Database Query Performance** can quickly identify long-running, unoptimized, or heavy queries and mitigate issues they might be causing. - -In this workshop, we'll explore: - -* How to debug an application with several performance issues. -* How to use **Database Query Performance** to find slow-running queries that impact application performance. -* How to enable **AlwaysOn Profiling** and use it to find the code that consumes the most CPU and memory. -* How to apply fixes based on findings from **Splunk Observability Cloud** and verify the result. - -The workshop uses a Java-based application called `The Door Game` hosted in Kubernetes. Let's get started! - -{{% notice title="Tip" style="primary" icon="lightbulb" %}} -The easiest way to navigate through this workshop is by using: - -* the left/right arrows (**<** | **>**) on the top right of this page -* the left (◀️) and right (▶️) cursor keys on your keyboard - {{% /notice %}} +{{% children description="true" %}} diff --git a/content/en/scenarios/debug_problems/1-build-application.md b/content/en/scenarios/debug_problems/profiling/1-build-application.md similarity index 100% rename from content/en/scenarios/debug_problems/1-build-application.md rename to content/en/scenarios/debug_problems/profiling/1-build-application.md diff --git a/content/en/scenarios/debug_problems/2-troubleshoot-game-startup.md b/content/en/scenarios/debug_problems/profiling/2-troubleshoot-game-startup.md similarity index 100% rename from content/en/scenarios/debug_problems/2-troubleshoot-game-startup.md rename to content/en/scenarios/debug_problems/profiling/2-troubleshoot-game-startup.md diff --git a/content/en/scenarios/debug_problems/3-enable-profiling.md b/content/en/scenarios/debug_problems/profiling/3-enable-profiling.md similarity index 100% rename from content/en/scenarios/debug_problems/3-enable-profiling.md rename to content/en/scenarios/debug_problems/profiling/3-enable-profiling.md diff --git a/content/en/scenarios/debug_problems/4-fix-app-startup-slowness.md b/content/en/scenarios/debug_problems/profiling/4-fix-app-startup-slowness.md similarity index 100% rename from content/en/scenarios/debug_problems/4-fix-app-startup-slowness.md rename to content/en/scenarios/debug_problems/profiling/4-fix-app-startup-slowness.md diff --git a/content/en/scenarios/debug_problems/5-fix-ingame-slowness.md b/content/en/scenarios/debug_problems/profiling/5-fix-ingame-slowness.md similarity index 100% rename from content/en/scenarios/debug_problems/5-fix-ingame-slowness.md rename to content/en/scenarios/debug_problems/profiling/5-fix-ingame-slowness.md diff --git a/content/en/scenarios/debug_problems/6-summary.md b/content/en/scenarios/debug_problems/profiling/6-summary.md similarity index 100% rename from content/en/scenarios/debug_problems/6-summary.md rename to content/en/scenarios/debug_problems/profiling/6-summary.md diff --git a/content/en/scenarios/debug_problems/profiling/_index.md b/content/en/scenarios/debug_problems/profiling/_index.md new file mode 100644 index 0000000000..e915f6fa96 --- /dev/null +++ b/content/en/scenarios/debug_problems/profiling/_index.md @@ -0,0 +1,36 @@ +--- +title: Profiling Workshop +linkTitle: Profiling Workshop +weight: 3 +archetype: chapter +time: 2 minutes +authors: ["Derek Mitchell"] +description: This workshop shows how Database Query Performance and AlwaysOn Profiling can be used to reduce the time required for engineers to debug problems in microservices. + +--- + +**Service Maps** and **Traces** are extremely valuable in determining what service an issue resides in. And related log data helps provide detail on why issues are occurring in that service. + +But engineers sometimes need to go even deeper to debug a problem that’s occurring in one of their services. + +This is where features such as Splunk's **AlwaysOn Profiling** and **Database Query Performance** come in. + +**AlwaysOn Profiling** continuously collects stack traces so that you can discover which lines in your code are consuming the most CPU and memory. + +And **Database Query Performance** can quickly identify long-running, unoptimized, or heavy queries and mitigate issues they might be causing. + +In this workshop, we'll explore: + +* How to debug an application with several performance issues. +* How to use **Database Query Performance** to find slow-running queries that impact application performance. +* How to enable **AlwaysOn Profiling** and use it to find the code that consumes the most CPU and memory. +* How to apply fixes based on findings from **Splunk Observability Cloud** and verify the result. + +The workshop uses a Java-based application called `The Door Game` hosted in Kubernetes. Let's get started! + +{{% notice title="Tip" style="primary" icon="lightbulb" %}} +The easiest way to navigate through this workshop is by using: + +* the left/right arrows (**<** | **>**) on the top right of this page +* the left (◀️) and right (▶️) cursor keys on your keyboard + {{% /notice %}} diff --git a/content/en/scenarios/debug_problems/images/always-on-profiling.png b/content/en/scenarios/debug_problems/profiling/images/always-on-profiling.png similarity index 100% rename from content/en/scenarios/debug_problems/images/always-on-profiling.png rename to content/en/scenarios/debug_problems/profiling/images/always-on-profiling.png diff --git a/content/en/scenarios/debug_problems/images/apm_overview.png b/content/en/scenarios/debug_problems/profiling/images/apm_overview.png similarity index 100% rename from content/en/scenarios/debug_problems/images/apm_overview.png rename to content/en/scenarios/debug_problems/profiling/images/apm_overview.png diff --git a/content/en/scenarios/debug_problems/images/db_query_performance.png b/content/en/scenarios/debug_problems/profiling/images/db_query_performance.png similarity index 100% rename from content/en/scenarios/debug_problems/images/db_query_performance.png rename to content/en/scenarios/debug_problems/profiling/images/db_query_performance.png diff --git a/content/en/scenarios/debug_problems/images/door_game_choose_door.png b/content/en/scenarios/debug_problems/profiling/images/door_game_choose_door.png similarity index 100% rename from content/en/scenarios/debug_problems/images/door_game_choose_door.png rename to content/en/scenarios/debug_problems/profiling/images/door_game_choose_door.png diff --git a/content/en/scenarios/debug_problems/images/door_game_initial_screen.png b/content/en/scenarios/debug_problems/profiling/images/door_game_initial_screen.png similarity index 100% rename from content/en/scenarios/debug_problems/images/door_game_initial_screen.png rename to content/en/scenarios/debug_problems/profiling/images/door_game_initial_screen.png diff --git a/content/en/scenarios/debug_problems/images/flamegraph_and_table.png b/content/en/scenarios/debug_problems/profiling/images/flamegraph_and_table.png similarity index 100% rename from content/en/scenarios/debug_problems/images/flamegraph_and_table.png rename to content/en/scenarios/debug_problems/profiling/images/flamegraph_and_table.png diff --git a/content/en/scenarios/debug_problems/images/lets_play.png b/content/en/scenarios/debug_problems/profiling/images/lets_play.png similarity index 100% rename from content/en/scenarios/debug_problems/images/lets_play.png rename to content/en/scenarios/debug_problems/profiling/images/lets_play.png diff --git a/content/en/scenarios/debug_problems/images/memory_allocation_stack_traces.png b/content/en/scenarios/debug_problems/profiling/images/memory_allocation_stack_traces.png similarity index 100% rename from content/en/scenarios/debug_problems/images/memory_allocation_stack_traces.png rename to content/en/scenarios/debug_problems/profiling/images/memory_allocation_stack_traces.png diff --git a/content/en/scenarios/debug_problems/images/memory_profiling.png b/content/en/scenarios/debug_problems/profiling/images/memory_profiling.png similarity index 100% rename from content/en/scenarios/debug_problems/images/memory_profiling.png rename to content/en/scenarios/debug_problems/profiling/images/memory_profiling.png diff --git a/content/en/scenarios/debug_problems/images/new_game_traces.png b/content/en/scenarios/debug_problems/profiling/images/new_game_traces.png similarity index 100% rename from content/en/scenarios/debug_problems/images/new_game_traces.png rename to content/en/scenarios/debug_problems/profiling/images/new_game_traces.png diff --git a/content/en/scenarios/debug_problems/images/service_map.png b/content/en/scenarios/debug_problems/profiling/images/service_map.png similarity index 100% rename from content/en/scenarios/debug_problems/images/service_map.png rename to content/en/scenarios/debug_problems/profiling/images/service_map.png diff --git a/content/en/scenarios/debug_problems/images/slow_trace.png b/content/en/scenarios/debug_problems/profiling/images/slow_trace.png similarity index 100% rename from content/en/scenarios/debug_problems/images/slow_trace.png rename to content/en/scenarios/debug_problems/profiling/images/slow_trace.png diff --git a/content/en/scenarios/debug_problems/images/span_with_stacks.png b/content/en/scenarios/debug_problems/profiling/images/span_with_stacks.png similarity index 100% rename from content/en/scenarios/debug_problems/images/span_with_stacks.png rename to content/en/scenarios/debug_problems/profiling/images/span_with_stacks.png diff --git a/content/en/scenarios/debug_problems/images/trace_with_call_stacks.png b/content/en/scenarios/debug_problems/profiling/images/trace_with_call_stacks.png similarity index 100% rename from content/en/scenarios/debug_problems/images/trace_with_call_stacks.png rename to content/en/scenarios/debug_problems/profiling/images/trace_with_call_stacks.png diff --git a/content/en/scenarios/debug_problems/images/trace_with_cpu_call_stacks.png b/content/en/scenarios/debug_problems/profiling/images/trace_with_cpu_call_stacks.png similarity index 100% rename from content/en/scenarios/debug_problems/images/trace_with_cpu_call_stacks.png rename to content/en/scenarios/debug_problems/profiling/images/trace_with_cpu_call_stacks.png diff --git a/content/en/scenarios/debug_problems/images/trace_with_slow_query.png b/content/en/scenarios/debug_problems/profiling/images/trace_with_slow_query.png similarity index 100% rename from content/en/scenarios/debug_problems/images/trace_with_slow_query.png rename to content/en/scenarios/debug_problems/profiling/images/trace_with_slow_query.png diff --git a/content/en/scenarios/debug_problems/images/traces.png b/content/en/scenarios/debug_problems/profiling/images/traces.png similarity index 100% rename from content/en/scenarios/debug_problems/images/traces.png rename to content/en/scenarios/debug_problems/profiling/images/traces.png diff --git a/content/en/scenarios/debug_problems/images/traces_with_slow_query.png b/content/en/scenarios/debug_problems/profiling/images/traces_with_slow_query.png similarity index 100% rename from content/en/scenarios/debug_problems/images/traces_with_slow_query.png rename to content/en/scenarios/debug_problems/profiling/images/traces_with_slow_query.png diff --git a/content/en/scenarios/debug_problems/images/view_stack_on_span.png b/content/en/scenarios/debug_problems/profiling/images/view_stack_on_span.png similarity index 100% rename from content/en/scenarios/debug_problems/images/view_stack_on_span.png rename to content/en/scenarios/debug_problems/profiling/images/view_stack_on_span.png diff --git a/content/en/scenarios/understand_impact_of_changes/1-build-application.md b/content/en/scenarios/debug_problems/tagging/1-build-application.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/1-build-application.md rename to content/en/scenarios/debug_problems/tagging/1-build-application.md diff --git a/content/en/scenarios/understand_impact_of_changes/2-what-are-tags.md b/content/en/scenarios/debug_problems/tagging/2-what-are-tags.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/2-what-are-tags.md rename to content/en/scenarios/debug_problems/tagging/2-what-are-tags.md diff --git a/content/en/scenarios/understand_impact_of_changes/3-capture-tags/1-capture-tags-java.md b/content/en/scenarios/debug_problems/tagging/3-capture-tags/1-capture-tags-java.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/3-capture-tags/1-capture-tags-java.md rename to content/en/scenarios/debug_problems/tagging/3-capture-tags/1-capture-tags-java.md diff --git a/content/en/scenarios/understand_impact_of_changes/3-capture-tags/2-capture-tags-python.md b/content/en/scenarios/debug_problems/tagging/3-capture-tags/2-capture-tags-python.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/3-capture-tags/2-capture-tags-python.md rename to content/en/scenarios/debug_problems/tagging/3-capture-tags/2-capture-tags-python.md diff --git a/content/en/scenarios/understand_impact_of_changes/3-capture-tags/_index.md b/content/en/scenarios/debug_problems/tagging/3-capture-tags/_index.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/3-capture-tags/_index.md rename to content/en/scenarios/debug_problems/tagging/3-capture-tags/_index.md diff --git a/content/en/scenarios/understand_impact_of_changes/4-explore-trace-data.md b/content/en/scenarios/debug_problems/tagging/4-explore-trace-data.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/4-explore-trace-data.md rename to content/en/scenarios/debug_problems/tagging/4-explore-trace-data.md diff --git a/content/en/scenarios/understand_impact_of_changes/5-index-tags.md b/content/en/scenarios/debug_problems/tagging/5-index-tags.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/5-index-tags.md rename to content/en/scenarios/debug_problems/tagging/5-index-tags.md diff --git a/content/en/scenarios/understand_impact_of_changes/6-use-tags.md b/content/en/scenarios/debug_problems/tagging/6-use-tags.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/6-use-tags.md rename to content/en/scenarios/debug_problems/tagging/6-use-tags.md diff --git a/content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/1-dashboards.md b/content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/1-dashboards.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/1-dashboards.md rename to content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/1-dashboards.md diff --git a/content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/2-alerting.md b/content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/2-alerting.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/2-alerting.md rename to content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/2-alerting.md diff --git a/content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/3-slos.md b/content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/3-slos.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/3-slos.md rename to content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/3-slos.md diff --git a/content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/_index.md b/content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/_index.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/7-alerting-dashboards-slos/_index.md rename to content/en/scenarios/debug_problems/tagging/7-alerting-dashboards-slos/_index.md diff --git a/content/en/scenarios/understand_impact_of_changes/8-summary.md b/content/en/scenarios/debug_problems/tagging/8-summary.md similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/8-summary.md rename to content/en/scenarios/debug_problems/tagging/8-summary.md diff --git a/content/en/scenarios/understand_impact_of_changes/_index.md b/content/en/scenarios/debug_problems/tagging/_index.md similarity index 82% rename from content/en/scenarios/understand_impact_of_changes/_index.md rename to content/en/scenarios/debug_problems/tagging/_index.md index 06a5ef6ac6..535b7f1a22 100644 --- a/content/en/scenarios/understand_impact_of_changes/_index.md +++ b/content/en/scenarios/debug_problems/tagging/_index.md @@ -1,12 +1,11 @@ --- -title: Understand Impact of Changes -linkTitle: Understand Impact of Changes +title: Tagging Workshop +linkTitle: Tagging Workshop weight: 2 archetype: chapter time: 2 minutes authors: ["Derek Mitchell"] -description: This scenario helps SREs identify the impact of planned and unplanned changes to their environment so that they can address issues quickly to ensure the performance of key customer transactions. - +description: This workshop shows how tags can be used to reduce the time required for SREs to isolate issues across services, so they know which team to engage to troubleshoot the issue further, and can provide context to help engineering get a head start on debugging. --- diff --git a/content/en/scenarios/understand_impact_of_changes/images/alert_condition_suddenchange.png b/content/en/scenarios/debug_problems/tagging/images/alert_condition_suddenchange.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/alert_condition_suddenchange.png rename to content/en/scenarios/debug_problems/tagging/images/alert_condition_suddenchange.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/apm_overview.png b/content/en/scenarios/debug_problems/tagging/images/apm_overview.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/apm_overview.png rename to content/en/scenarios/debug_problems/tagging/images/apm_overview.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/chart_settings.png b/content/en/scenarios/debug_problems/tagging/images/chart_settings.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/chart_settings.png rename to content/en/scenarios/debug_problems/tagging/images/chart_settings.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/chart_with_seconds.png b/content/en/scenarios/debug_problems/tagging/images/chart_with_seconds.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/chart_with_seconds.png rename to content/en/scenarios/debug_problems/tagging/images/chart_with_seconds.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/create_dashboard.png b/content/en/scenarios/debug_problems/tagging/images/create_dashboard.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/create_dashboard.png rename to content/en/scenarios/debug_problems/tagging/images/create_dashboard.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/create_new_detector.png b/content/en/scenarios/debug_problems/tagging/images/create_new_detector.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/create_new_detector.png rename to content/en/scenarios/debug_problems/tagging/images/create_new_detector.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/create_troubleshooting_metric_set.png b/content/en/scenarios/debug_problems/tagging/images/create_troubleshooting_metric_set.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/create_troubleshooting_metric_set.png rename to content/en/scenarios/debug_problems/tagging/images/create_troubleshooting_metric_set.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/credit_check_service_dashboard.png b/content/en/scenarios/debug_problems/tagging/images/credit_check_service_dashboard.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/credit_check_service_dashboard.png rename to content/en/scenarios/debug_problems/tagging/images/credit_check_service_dashboard.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/credit_score_starts_with_seven.png b/content/en/scenarios/debug_problems/tagging/images/credit_score_starts_with_seven.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/credit_score_starts_with_seven.png rename to content/en/scenarios/debug_problems/tagging/images/credit_score_starts_with_seven.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/duration_by_credit_score.png b/content/en/scenarios/debug_problems/tagging/images/duration_by_credit_score.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/duration_by_credit_score.png rename to content/en/scenarios/debug_problems/tagging/images/duration_by_credit_score.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/edit_apm_metricset.png b/content/en/scenarios/debug_problems/tagging/images/edit_apm_metricset.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/edit_apm_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/edit_apm_metricset.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/error_trace.png b/content/en/scenarios/debug_problems/tagging/images/error_trace.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/error_trace.png rename to content/en/scenarios/debug_problems/tagging/images/error_trace.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/long_running_trace.png b/content/en/scenarios/debug_problems/tagging/images/long_running_trace.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/long_running_trace.png rename to content/en/scenarios/debug_problems/tagging/images/long_running_trace.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/metric_finder.png b/content/en/scenarios/debug_problems/tagging/images/metric_finder.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/metric_finder.png rename to content/en/scenarios/debug_problems/tagging/images/metric_finder.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/metricset_config_applied.png b/content/en/scenarios/debug_problems/tagging/images/metricset_config_applied.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/metricset_config_applied.png rename to content/en/scenarios/debug_problems/tagging/images/metricset_config_applied.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/monitoring_metricset.png b/content/en/scenarios/debug_problems/tagging/images/monitoring_metricset.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/monitoring_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/monitoring_metricset.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/new_detector_from_chart.png b/content/en/scenarios/debug_problems/tagging/images/new_detector_from_chart.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/new_detector_from_chart.png rename to content/en/scenarios/debug_problems/tagging/images/new_detector_from_chart.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/pending_metric_set.png b/content/en/scenarios/debug_problems/tagging/images/pending_metric_set.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/pending_metric_set.png rename to content/en/scenarios/debug_problems/tagging/images/pending_metric_set.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/save_chart_as.png b/content/en/scenarios/debug_problems/tagging/images/save_chart_as.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/save_chart_as.png rename to content/en/scenarios/debug_problems/tagging/images/save_chart_as.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/service_map.png b/content/en/scenarios/debug_problems/tagging/images/service_map.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/service_map.png rename to content/en/scenarios/debug_problems/tagging/images/service_map.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/service_map_breakdown.png b/content/en/scenarios/debug_problems/tagging/images/service_map_breakdown.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/service_map_breakdown.png rename to content/en/scenarios/debug_problems/tagging/images/service_map_breakdown.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/service_request_duration_chart.png b/content/en/scenarios/debug_problems/tagging/images/service_request_duration_chart.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/service_request_duration_chart.png rename to content/en/scenarios/debug_problems/tagging/images/service_request_duration_chart.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/slo_0_create.png b/content/en/scenarios/debug_problems/tagging/images/slo_0_create.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/slo_0_create.png rename to content/en/scenarios/debug_problems/tagging/images/slo_0_create.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/slo_1_choose.png b/content/en/scenarios/debug_problems/tagging/images/slo_1_choose.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/slo_1_choose.png rename to content/en/scenarios/debug_problems/tagging/images/slo_1_choose.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/slo_2_define_objective.png b/content/en/scenarios/debug_problems/tagging/images/slo_2_define_objective.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/slo_2_define_objective.png rename to content/en/scenarios/debug_problems/tagging/images/slo_2_define_objective.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/slo_3_define_alerting.png b/content/en/scenarios/debug_problems/tagging/images/slo_3_define_alerting.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/slo_3_define_alerting.png rename to content/en/scenarios/debug_problems/tagging/images/slo_3_define_alerting.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/slo_4_name_and_save.png b/content/en/scenarios/debug_problems/tagging/images/slo_4_name_and_save.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/slo_4_name_and_save.png rename to content/en/scenarios/debug_problems/tagging/images/slo_4_name_and_save.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_errors.png b/content/en/scenarios/debug_problems/tagging/images/tag_spotlight_errors.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_errors.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_errors.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_latency.png b/content/en/scenarios/debug_problems/tagging/images/tag_spotlight_latency.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_latency.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_latency.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_preview.png b/content/en/scenarios/debug_problems/tagging/images/tag_spotlight_preview.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_preview.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_preview.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_preview_details.png b/content/en/scenarios/debug_problems/tagging/images/tag_spotlight_preview_details.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/tag_spotlight_preview_details.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_preview_details.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/trace_with_attributes.png b/content/en/scenarios/debug_problems/tagging/images/trace_with_attributes.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/trace_with_attributes.png rename to content/en/scenarios/debug_problems/tagging/images/trace_with_attributes.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/traces.png b/content/en/scenarios/debug_problems/tagging/images/traces.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/traces.png rename to content/en/scenarios/debug_problems/tagging/images/traces.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/traces_errors_only.png b/content/en/scenarios/debug_problems/tagging/images/traces_errors_only.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/traces_errors_only.png rename to content/en/scenarios/debug_problems/tagging/images/traces_errors_only.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/traces_with_errors.png b/content/en/scenarios/debug_problems/tagging/images/traces_with_errors.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/traces_with_errors.png rename to content/en/scenarios/debug_problems/tagging/images/traces_with_errors.png diff --git a/content/en/scenarios/understand_impact_of_changes/images/update_pending_apm_metricset.png b/content/en/scenarios/debug_problems/tagging/images/update_pending_apm_metricset.png similarity index 100% rename from content/en/scenarios/understand_impact_of_changes/images/update_pending_apm_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/update_pending_apm_metricset.png