diff --git a/content/en/scenarios/debug_problems/_index.md b/content/en/scenarios/debug_problems/_index.md new file mode 100644 index 0000000000..9318a103d1 --- /dev/null +++ b/content/en/scenarios/debug_problems/_index.md @@ -0,0 +1,9 @@ +--- +title: Debug Problems in Microservices +linkTitle: Debug Problems in Microservices +weight: 3 +description: This scenario helps engineering teams identify and fix issues caused by planned and unplanned changes to their microservices-based applications. + +--- + +{{% children description="true" %}} diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/1-build-application.md rename to content/en/scenarios/debug_problems/profiling/1-build-application.md diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/3-enable-profiling.md rename to content/en/scenarios/debug_problems/profiling/3-enable-profiling.md diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/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_profiling/6-summary.md b/content/en/scenarios/debug_problems/profiling/6-summary.md similarity index 100% rename from content/en/scenarios/debug_problems_profiling/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 similarity index 85% rename from content/en/scenarios/debug_problems_profiling/_index.md rename to content/en/scenarios/debug_problems/profiling/_index.md index 3a523bc92b..e915f6fa96 100644 --- a/content/en/scenarios/debug_problems_profiling/_index.md +++ b/content/en/scenarios/debug_problems/profiling/_index.md @@ -1,11 +1,11 @@ --- -title: Debug Problems in Microservices - Profiling -linkTitle: Debug Problems in Microservices - Profiling +title: Profiling Workshop +linkTitle: Profiling Workshop weight: 3 archetype: chapter time: 2 minutes authors: ["Derek Mitchell"] -description: This scenario uses Database Query Performance and AlwaysOn Profiling to reduce the time required for engineers to debug problems in microservices. +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. --- diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/images/apm_overview.png rename to content/en/scenarios/debug_problems/profiling/images/apm_overview.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/images/lets_play.png rename to content/en/scenarios/debug_problems/profiling/images/lets_play.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/images/memory_profiling.png rename to content/en/scenarios/debug_problems/profiling/images/memory_profiling.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/images/service_map.png rename to content/en/scenarios/debug_problems/profiling/images/service_map.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/images/slow_trace.png rename to content/en/scenarios/debug_problems/profiling/images/slow_trace.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/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_profiling/images/traces.png b/content/en/scenarios/debug_problems/profiling/images/traces.png similarity index 100% rename from content/en/scenarios/debug_problems_profiling/images/traces.png rename to content/en/scenarios/debug_problems/profiling/images/traces.png diff --git a/content/en/scenarios/debug_problems_profiling/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_profiling/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_profiling/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_profiling/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/debug_problems_tagging/1-build-application.md b/content/en/scenarios/debug_problems/tagging/1-build-application.md similarity index 100% rename from content/en/scenarios/debug_problems_tagging/1-build-application.md rename to content/en/scenarios/debug_problems/tagging/1-build-application.md diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/2-what-are-tags.md rename to content/en/scenarios/debug_problems/tagging/2-what-are-tags.md diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/3-capture-tags/_index.md rename to content/en/scenarios/debug_problems/tagging/3-capture-tags/_index.md diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/4-explore-trace-data.md rename to content/en/scenarios/debug_problems/tagging/4-explore-trace-data.md diff --git a/content/en/scenarios/debug_problems_tagging/5-index-tags.md b/content/en/scenarios/debug_problems/tagging/5-index-tags.md similarity index 100% rename from content/en/scenarios/debug_problems_tagging/5-index-tags.md rename to content/en/scenarios/debug_problems/tagging/5-index-tags.md diff --git a/content/en/scenarios/debug_problems_tagging/6-use-tags.md b/content/en/scenarios/debug_problems/tagging/6-use-tags.md similarity index 100% rename from content/en/scenarios/debug_problems_tagging/6-use-tags.md rename to content/en/scenarios/debug_problems/tagging/6-use-tags.md diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/8-summary.md b/content/en/scenarios/debug_problems/tagging/8-summary.md similarity index 100% rename from content/en/scenarios/debug_problems_tagging/8-summary.md rename to content/en/scenarios/debug_problems/tagging/8-summary.md diff --git a/content/en/scenarios/debug_problems_tagging/_index.md b/content/en/scenarios/debug_problems/tagging/_index.md similarity index 81% rename from content/en/scenarios/debug_problems_tagging/_index.md rename to content/en/scenarios/debug_problems/tagging/_index.md index e4ae460188..535b7f1a22 100644 --- a/content/en/scenarios/debug_problems_tagging/_index.md +++ b/content/en/scenarios/debug_problems/tagging/_index.md @@ -1,11 +1,11 @@ --- -title: Debug Problems in Microservices - Tagging -linkTitle: Debug Problems in Microservices - Tagging +title: Tagging Workshop +linkTitle: Tagging Workshop weight: 2 archetype: chapter time: 2 minutes authors: ["Derek Mitchell"] -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. +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/debug_problems_tagging/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/debug_problems_tagging/images/alert_condition_suddenchange.png rename to content/en/scenarios/debug_problems/tagging/images/alert_condition_suddenchange.png diff --git a/content/en/scenarios/debug_problems_tagging/images/apm_overview.png b/content/en/scenarios/debug_problems/tagging/images/apm_overview.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/apm_overview.png rename to content/en/scenarios/debug_problems/tagging/images/apm_overview.png diff --git a/content/en/scenarios/debug_problems_tagging/images/chart_settings.png b/content/en/scenarios/debug_problems/tagging/images/chart_settings.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/chart_settings.png rename to content/en/scenarios/debug_problems/tagging/images/chart_settings.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/chart_with_seconds.png rename to content/en/scenarios/debug_problems/tagging/images/chart_with_seconds.png diff --git a/content/en/scenarios/debug_problems_tagging/images/create_dashboard.png b/content/en/scenarios/debug_problems/tagging/images/create_dashboard.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/create_dashboard.png rename to content/en/scenarios/debug_problems/tagging/images/create_dashboard.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/create_new_detector.png rename to content/en/scenarios/debug_problems/tagging/images/create_new_detector.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/images/edit_apm_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/edit_apm_metricset.png diff --git a/content/en/scenarios/debug_problems_tagging/images/error_trace.png b/content/en/scenarios/debug_problems/tagging/images/error_trace.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/error_trace.png rename to content/en/scenarios/debug_problems/tagging/images/error_trace.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/long_running_trace.png rename to content/en/scenarios/debug_problems/tagging/images/long_running_trace.png diff --git a/content/en/scenarios/debug_problems_tagging/images/metric_finder.png b/content/en/scenarios/debug_problems/tagging/images/metric_finder.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/metric_finder.png rename to content/en/scenarios/debug_problems/tagging/images/metric_finder.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/metricset_config_applied.png rename to content/en/scenarios/debug_problems/tagging/images/metricset_config_applied.png diff --git a/content/en/scenarios/debug_problems_tagging/images/monitoring_metricset.png b/content/en/scenarios/debug_problems/tagging/images/monitoring_metricset.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/monitoring_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/monitoring_metricset.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/images/pending_metric_set.png rename to content/en/scenarios/debug_problems/tagging/images/pending_metric_set.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/save_chart_as.png rename to content/en/scenarios/debug_problems/tagging/images/save_chart_as.png diff --git a/content/en/scenarios/debug_problems_tagging/images/service_map.png b/content/en/scenarios/debug_problems/tagging/images/service_map.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/service_map.png rename to content/en/scenarios/debug_problems/tagging/images/service_map.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/service_map_breakdown.png rename to content/en/scenarios/debug_problems/tagging/images/service_map_breakdown.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/images/slo_0_create.png rename to content/en/scenarios/debug_problems/tagging/images/slo_0_create.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/slo_1_choose.png rename to content/en/scenarios/debug_problems/tagging/images/slo_1_choose.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/images/tag_spotlight_errors.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_errors.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/tag_spotlight_latency.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_latency.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/tag_spotlight_preview.png rename to content/en/scenarios/debug_problems/tagging/images/tag_spotlight_preview.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/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/debug_problems_tagging/images/trace_with_attributes.png rename to content/en/scenarios/debug_problems/tagging/images/trace_with_attributes.png diff --git a/content/en/scenarios/debug_problems_tagging/images/traces.png b/content/en/scenarios/debug_problems/tagging/images/traces.png similarity index 100% rename from content/en/scenarios/debug_problems_tagging/images/traces.png rename to content/en/scenarios/debug_problems/tagging/images/traces.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/traces_errors_only.png rename to content/en/scenarios/debug_problems/tagging/images/traces_errors_only.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/traces_with_errors.png rename to content/en/scenarios/debug_problems/tagging/images/traces_with_errors.png diff --git a/content/en/scenarios/debug_problems_tagging/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/debug_problems_tagging/images/update_pending_apm_metricset.png rename to content/en/scenarios/debug_problems/tagging/images/update_pending_apm_metricset.png