Skip to content

Commit

Permalink
Update CODEOWNERS to update cloud metrics ownership (#37581)
Browse files Browse the repository at this point in the history
* Update CODEOWNER to update cloud metrics ownership

Explicitly assign the ownership of AWS and Azure metricsets to the
owning team.

As a side-effect of a recent change[^1], AWS and Azure metricsets were
assigned to the @elastic/elastic-agent-data-plane.

Previously, /x-pack/metricbeat/module/ was assigned to
@elastic/integrations which allowed our team to work on this module
independently.

[^1]: 8fe2f53#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7L180

* Add CODEOWNERS entry for GCP metricsets

Since we assigned the ownership of the GCP metricsets across three
different teams, I am considering adding:

- shared ownership for all files at `/x-pack/metricbeat/module/gcp`
- specific team ownership for each metricset
  • Loading branch information
zmoog authored Jan 16, 2024
1 parent 3e05c2a commit b3a03e9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,34 @@ CHANGELOG*
/x-pack/metricbeat/docs/ # Listed without an owner to avoid maintaining doc ownership for each input and module.
/x-pack/metricbeat/module/activemq @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/airflow @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/aws @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/awsfargate @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/azure @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/azure/billing @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/cloudfoundry @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/cockroachdb @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/containerd/ @elastic/obs-cloudnative-monitoring
/x-pack/metricbeat/module/coredns @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/enterprisesearch @elastic/ent-search-application-backend
/x-pack/metricbeat/module/gcp @elastic/obs-ds-hosted-services @elastic/obs-infraobs-integrations @elastic/security-external-integrations
/x-pack/metricbeat/module/gcp/billing @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/cloudrun_metrics @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/cloudsql_mysql @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/cloudsql_postgressql @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/cloudsql_sqlserver @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/carbon @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/gcp/compute @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/gcp/dataproc @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/dns @elastic/security-external-integrations
/x-pack/metricbeat/module/gcp/firestore @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/firewall @elastic/security-external-integrations
/x-pack/metricbeat/module/gcp/gke @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/gcp/loadbalancing_logs @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/loadbalancing_metrics @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/pubsub @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/gcp/redis @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/gcp/storage @elastic/obs-ds-hosted-services
/x-pack/metricbeat/module/gcp/vpcflow @elastic/security-external-integrations
/x-pack/metricbeat/module/ibmmq @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/iis @elastic/obs-infraobs-integrations
/x-pack/metricbeat/module/istio/ @elastic/obs-cloudnative-monitoring
Expand Down

0 comments on commit b3a03e9

Please sign in to comment.