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/_index.md b/content/en/scenarios/debug_problems_profiling/_index.md similarity index 84% rename from content/en/scenarios/debug_problems/_index.md rename to content/en/scenarios/debug_problems_profiling/_index.md index e40dde94eb..3a523bc92b 100644 --- a/content/en/scenarios/debug_problems/_index.md +++ b/content/en/scenarios/debug_problems_profiling/_index.md @@ -1,12 +1,11 @@ --- -title: Debug Problems in Microservices -linkTitle: Debug Problems in Microservices +title: Debug Problems in Microservices - Profiling +linkTitle: Debug Problems in Microservices - Profiling 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 uses Database Query Performance and AlwaysOn Profiling to reduce the time required for engineers to debug problems in microservices. --- 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 81% rename from content/en/scenarios/understand_impact_of_changes/_index.md rename to content/en/scenarios/debug_problems_tagging/_index.md index 06a5ef6ac6..e4ae460188 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: Debug Problems in Microservices - Tagging +linkTitle: Debug Problems in Microservices - Tagging 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 scenario uses tags 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