From 62ec09d0193ee8540905902402866a02ded546b7 Mon Sep 17 00:00:00 2001 From: Lorena Ciutacu <lciutacu@gitlab.com> Date: Wed, 25 Sep 2024 11:11:59 +0000 Subject: [PATCH] Update metadata and codeowners for Platform Insights --- .gitlab/CODEOWNERS | 9 ++++++++- doc/api/error_tracking.md | 2 +- doc/api/product_analytics.md | 2 +- doc/development/fe_guide/customizable_dashboards.md | 2 +- doc/development/observability/index.md | 2 +- .../gitlab_instrumentation_for_opentelemetry.md | 2 +- doc/operations/error_tracking.md | 2 +- doc/operations/index.md | 2 +- doc/operations/integrated_error_tracking.md | 2 +- doc/operations/logs.md | 2 +- doc/operations/metrics.md | 2 +- doc/operations/sentry_error_tracking.md | 2 +- doc/operations/tracing.md | 2 +- .../observability/observability_django_tutorial.md | 2 +- .../observability/observability_dotnet_tutorial.md | 2 +- .../observability/observability_java_tutorial.md | 2 +- .../observability/observability_nodejs_tutorial.md | 2 +- .../observability/observability_rails_tutorial.md | 2 +- .../index.md | 2 +- doc/user/analytics/analytics_dashboards.md | 2 +- doc/user/get_started/get_started_monitoring.md | 2 +- doc/user/product_analytics/index.md | 2 +- lib/tasks/gitlab/tw/codeowners.rake | 5 ++--- 23 files changed, 31 insertions(+), 25 deletions(-) diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index cef63450b64d5..3e23921a039f2 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -704,6 +704,7 @@ lib/gitlab/checks/** /doc/api/epic_issues.md @msedlakjakubowski /doc/api/epic_links.md @msedlakjakubowski /doc/api/epics.md @msedlakjakubowski +/doc/api/error_tracking.md @lciutacu /doc/api/events.md @eread /doc/api/feature_flag_user_lists.md @phillipwells /doc/api/feature_flags.md @phillipwells @@ -726,6 +727,7 @@ lib/gitlab/checks/** /doc/api/group_import_export.md @eread /doc/api/group_iterations.md @msedlakjakubowski /doc/api/group_labels.md @msedlakjakubowski +/doc/api/group_ldap_links.md @lciutacu /doc/api/group_level_variables.md @marcel.amirault @lyspin /doc/api/group_milestones.md @msedlakjakubowski /doc/api/group_protected_branches.md @brendan777 @@ -884,6 +886,7 @@ lib/gitlab/checks/** /doc/development/image_scaling.md @abdwdd @alexpooley @manojmj /doc/development/internal_analytics/ @gitlab-org/analytics-section/product-analytics/engineers/frontend @gitlab-org/analytics-section/analytics-instrumentation/engineers /doc/development/navigation_sidebar.md @gitlab-org/foundations/engineering +/doc/development/observability/ @gitlab-org/analytics-section/product-analytics/engineers/frontend /doc/development/omnibus.md @gitlab-org/distribution /doc/development/organization/ @abdwdd @alexpooley @manojmj /doc/development/permissions.md @gitlab-org/govern/authorization/approvers @@ -894,6 +897,7 @@ lib/gitlab/checks/** /doc/development/sec/ @gitlab-org/govern/threat-insights-frontend-team /doc/development/sec/gemnasium_analyzer_data.md @gitlab-org/secure/composition-analysis-be @gitlab-org/secure/static-analysis /doc/development/software_design.md @gl-quality/eng-prod +/doc/development/stage_group_observability/ @gitlab-org/analytics-section/product-analytics/engineers/frontend /doc/downgrade_ee_to_ce/ @axil /doc/drawers/ @ashrafkhamis /doc/editor_extensions/ @aqualls @@ -916,7 +920,8 @@ lib/gitlab/checks/** /doc/integration/sourcegraph.md @brendan777 /doc/integration/trello_power_up.md @eread /doc/integration/vault.md @phillipwells -/doc/operations/ @phillipwells +/doc/operations/ @lciutacu +/doc/operations/feature_flags.md @phillipwells /doc/policy/ @axil /doc/raketasks/ @axil /doc/raketasks/spdx.md @rdickenson @phillipwells @@ -948,6 +953,7 @@ lib/gitlab/checks/** /doc/tutorials/kanban/ @msedlakjakubowski /doc/tutorials/left_sidebar/ @sselhorn /doc/tutorials/move_personal_project_to_group/ @lciutacu +/doc/tutorials/observability/ @lciutacu /doc/tutorials/product_analytics_onboarding_website_project/ @lciutacu /doc/tutorials/protected_workflow/ @aqualls /doc/tutorials/reviews/ @aqualls @@ -978,6 +984,7 @@ lib/gitlab/checks/** /doc/user/enterprise_user/ @jglassman1 /doc/user/get_started/get_started_managing_code.md @brendan777 /doc/user/get_started/get_started_managing_infrastructure.md @phillipwells +/doc/user/get_started/get_started_monitoring.md @lciutacu /doc/user/get_started/get_started_planning_work.md @msedlakjakubowski /doc/user/get_started/get_started_projects.md @lciutacu /doc/user/gitlab_duo/ @sselhorn @jglassman1 @fneill diff --git a/doc/api/error_tracking.md b/doc/api/error_tracking.md index 0b28a859832f0..f82cebecca532 100644 --- a/doc/api/error_tracking.md +++ b/doc/api/error_tracking.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/product_analytics.md b/doc/api/product_analytics.md index f1c43a2e6875d..5bc607c419ed1 100644 --- a/doc/api/product_analytics.md +++ b/doc/api/product_analytics.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Product Analytics +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/development/fe_guide/customizable_dashboards.md b/doc/development/fe_guide/customizable_dashboards.md index 326cb8a0ec41d..7fe7c407bec88 100644 --- a/doc/development/fe_guide/customizable_dashboards.md +++ b/doc/development/fe_guide/customizable_dashboards.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Product Analytics +group: Platform Insights info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review. --- diff --git a/doc/development/observability/index.md b/doc/development/observability/index.md index 5d840456f03fd..a41bc14c87a01 100644 --- a/doc/development/observability/index.md +++ b/doc/development/observability/index.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review. description: "Documentation for developers interested in contributing features or bugfixes for GitLab Observability." --- diff --git a/doc/development/stage_group_observability/gitlab_instrumentation_for_opentelemetry.md b/doc/development/stage_group_observability/gitlab_instrumentation_for_opentelemetry.md index e218f36e0a0af..4cd253d3f8850 100644 --- a/doc/development/stage_group_observability/gitlab_instrumentation_for_opentelemetry.md +++ b/doc/development/stage_group_observability/gitlab_instrumentation_for_opentelemetry.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review. --- diff --git a/doc/operations/error_tracking.md b/doc/operations/error_tracking.md index 671db1ecce893..dc4eb164f6047 100644 --- a/doc/operations/error_tracking.md +++ b/doc/operations/error_tracking.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/index.md b/doc/operations/index.md index 5aa8417d76350..fe8dfca887463 100644 --- a/doc/operations/index.md +++ b/doc/operations/index.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights description: Track errors, application performance issues, and manage incident response. info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/integrated_error_tracking.md b/doc/operations/integrated_error_tracking.md index 4e05dead3cc21..66c4e29467a49 100644 --- a/doc/operations/integrated_error_tracking.md +++ b/doc/operations/integrated_error_tracking.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/logs.md b/doc/operations/logs.md index a2fa472b446d6..9477ac795a993 100644 --- a/doc/operations/logs.md +++ b/doc/operations/logs.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/metrics.md b/doc/operations/metrics.md index da456db5dbdfc..37af57b32568a 100644 --- a/doc/operations/metrics.md +++ b/doc/operations/metrics.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/sentry_error_tracking.md b/doc/operations/sentry_error_tracking.md index 581662c42736c..8823a4e6e3e23 100644 --- a/doc/operations/sentry_error_tracking.md +++ b/doc/operations/sentry_error_tracking.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/operations/tracing.md b/doc/operations/tracing.md index a00d1829f5ce1..6b0c7e1679c98 100644 --- a/doc/operations/tracing.md +++ b/doc/operations/tracing.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/observability/observability_django_tutorial.md b/doc/tutorials/observability/observability_django_tutorial.md index bdccda7417c0c..bb1991a15aefa 100644 --- a/doc/tutorials/observability/observability_django_tutorial.md +++ b/doc/tutorials/observability/observability_django_tutorial.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/observability/observability_dotnet_tutorial.md b/doc/tutorials/observability/observability_dotnet_tutorial.md index 0bce238049008..7cb72a48d20c0 100644 --- a/doc/tutorials/observability/observability_dotnet_tutorial.md +++ b/doc/tutorials/observability/observability_dotnet_tutorial.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/observability/observability_java_tutorial.md b/doc/tutorials/observability/observability_java_tutorial.md index 73c0981864b7b..7d04b9072d49b 100644 --- a/doc/tutorials/observability/observability_java_tutorial.md +++ b/doc/tutorials/observability/observability_java_tutorial.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/observability/observability_nodejs_tutorial.md b/doc/tutorials/observability/observability_nodejs_tutorial.md index b620fd53ee498..52b3313aedd05 100644 --- a/doc/tutorials/observability/observability_nodejs_tutorial.md +++ b/doc/tutorials/observability/observability_nodejs_tutorial.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/observability/observability_rails_tutorial.md b/doc/tutorials/observability/observability_rails_tutorial.md index 0edbe7719d87e..42830b87fca43 100644 --- a/doc/tutorials/observability/observability_rails_tutorial.md +++ b/doc/tutorials/observability/observability_rails_tutorial.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/tutorials/product_analytics_onboarding_website_project/index.md b/doc/tutorials/product_analytics_onboarding_website_project/index.md index 7afb455f6e641..2e3545d1928e9 100644 --- a/doc/tutorials/product_analytics_onboarding_website_project/index.md +++ b/doc/tutorials/product_analytics_onboarding_website_project/index.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Product Analytics +group: Platform Insights info: For assistance with this tutorial, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects. --- diff --git a/doc/user/analytics/analytics_dashboards.md b/doc/user/analytics/analytics_dashboards.md index 093d95a769cea..583541969b8e8 100644 --- a/doc/user/analytics/analytics_dashboards.md +++ b/doc/user/analytics/analytics_dashboards.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Product Analytics +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/user/get_started/get_started_monitoring.md b/doc/user/get_started/get_started_monitoring.md index 7ea1819cbf178..33f30af4f6c3c 100644 --- a/doc/user/get_started/get_started_monitoring.md +++ b/doc/user/get_started/get_started_monitoring.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Observability +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments description: "Get Started monitoring your application" --- diff --git a/doc/user/product_analytics/index.md b/doc/user/product_analytics/index.md index f7190ba28d154..10da6dcf452a4 100644 --- a/doc/user/product_analytics/index.md +++ b/doc/user/product_analytics/index.md @@ -1,6 +1,6 @@ --- stage: Monitor -group: Product Analytics +group: Platform Insights info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/lib/tasks/gitlab/tw/codeowners.rake b/lib/tasks/gitlab/tw/codeowners.rake index 889ec822821de..878ba3597474d 100644 --- a/lib/tasks/gitlab/tw/codeowners.rake +++ b/lib/tasks/gitlab/tw/codeowners.rake @@ -59,7 +59,6 @@ namespace :tw do CodeOwnerRule.new('Knowledge', '@msedlakjakubowski'), CodeOwnerRule.new('MLOps', '@sselhorn @jglassman1 @fneill'), # CodeOwnerRule.new('Mobile Devops', ''), - # CodeOwnerRule.new('Observability', ''), CodeOwnerRule.new('Optimize', '@lciutacu'), CodeOwnerRule.new('Organization', '@lciutacu'), CodeOwnerRule.new('Package Registry', '@phillipwells'), @@ -67,7 +66,7 @@ namespace :tw do CodeOwnerRule.new('Pipeline Authoring', '@marcel.amirault @lyspin'), CodeOwnerRule.new('Pipeline Execution', '@marcel.amirault @lyspin'), CodeOwnerRule.new('Pipeline Security', '@marcel.amirault'), - CodeOwnerRule.new('Product Analytics', '@lciutacu'), + CodeOwnerRule.new('Platform Insights', '@lciutacu'), CodeOwnerRule.new('Product Planning', '@msedlakjakubowski'), CodeOwnerRule.new('Project Management', '@msedlakjakubowski'), CodeOwnerRule.new('Provision', '@fneill'), @@ -113,7 +112,7 @@ namespace :tw do '@gitlab-org/maintainers/remote-development/backend @gitlab-org/maintainers/remote-development/frontend'), CodeOwnerRule.new('Pipeline Authoring', '@gitlab-org/maintainers/cicd-verify'), CodeOwnerRule.new('Pipeline Execution', '@gitlab-org/maintainers/cicd-verify'), - CodeOwnerRule.new('Product Analytics', '@gitlab-org/analytics-section/product-analytics/engineers/frontend'), + CodeOwnerRule.new('Platform Insights', '@gitlab-org/analytics-section/product-analytics/engineers/frontend'), CodeOwnerRule.new('Tenant Scale', '@abdwdd @alexpooley @manojmj'), CodeOwnerRule.new('Threat Insights', '@gitlab-org/govern/threat-insights-frontend-team') ].freeze -- GitLab