# The CODEOWNERS file is used to define ownership of individuals or teams
# outside of the core set of Grafana Alloy maintainers.
#
# If a directory is not listed here, it is assumed to be owned by the
# @grafana/grafana-alloy-maintainers; they are not explicitly listed as
# CODEOWNERS as a GitHub project board is used instead for PR tracking, which
# helps reduce notification noise of the members of that team.

* @grafana/grafana-alloy-maintainers

# Documentation tooling is owned by @grafana/docs-tooling.
/.github/workflows/deploy-pr-preview.yml                       @grafana/docs-tooling
/.github/workflows/check_docs.yml                              @grafana/docs-tooling
/.github/workflows/publish-technical-documentation-release.yml @grafana/docs-tooling
/docs/docs.mk                                                  @grafana/docs-tooling
/docs/make-docs                                                @grafana/docs-tooling
/docs/variables.mk                                             @grafana/docs-tooling

# Documentation:
/docs/sources/ @clayton-cornell

# Components:
/internal/component/pyroscope/              @grafana/grafana-alloy-profiling-maintainers
/internal/component/beyla/                  @grafana/beyla
/internal/component/database_observability/ @grafana/db-o11y-squad
