|
1 |
| -# The following groups are used to refer to a changing set of users: |
| 1 | +# The CODEOWNERS file is used to define ownership of individuals or teams |
| 2 | +# outside of the core set of Grafana Agent maintainers. |
2 | 3 | #
|
3 |
| -# * @grafana/grafana-agent-core-maintainers: maintainers of type/core issues. |
4 |
| -# * @grafana/grafana-agent-signals-maintainers: maintainers of type/signals issues. |
5 |
| -# * @grafana/grafana-agent-operator-maintainers: maintainers of type/operator issues. |
6 |
| -# * @grafana/grafana-agent-infrastructure-maintainers: maintainers of type/infrastructure issues. |
7 |
| -# |
8 |
| -# Other users may be listed explicitly if maintainership does not fall into one |
9 |
| -# of the above groups. |
10 |
| - |
11 |
| -# The default owners for everything in the repo. Unless a later match takes |
12 |
| -# precedence, these owners are requested for review whenever someone opens a |
13 |
| -# pull request. |
14 |
| -* @grafana/grafana-agent-core-maintainers |
15 |
| - |
16 |
| -# Some directories have shared ownership with the respective owners of the |
17 |
| -# specific code for the PR being opened, so there's no CODEOWNERS. |
18 |
| -/CHANGELOG.md |
19 |
| -/component/all |
20 |
| - |
21 |
| -# Binaries: |
22 |
| -/cmd/grafana-agent-operator/ @grafana/grafana-agent-operator-maintainers |
| 4 | +# If a directory is not listed here, it is assumed to be owned by the |
| 5 | +# @grafana/grafana-agent-maintainers; they are not explicitly listed as |
| 6 | +# CODEOWNERS as a GitHub project board is used instead for PR tracking, which |
| 7 | +# helps reduce notification noise of the members of that team. |
23 | 8 |
|
24 | 9 | # `make docs` procedure and related workflows are owned by @jdbaldry.
|
25 | 10 | /.github/workflows/publish-technical-documentation-next.yml @jdbaldry
|
|
30 | 15 | /docs/variables.mk @jdbaldry
|
31 | 16 |
|
32 | 17 | # Documentation:
|
33 |
| -/docs/sources/ @clayton-cornell |
| 18 | +/docs/sources/ @clayton-cornell |
34 | 19 |
|
35 | 20 | # Components:
|
36 |
| -/component/discovery/ @grafana/grafana-agent-infrastructure-maintainers |
37 |
| -/component/local/ @grafana/grafana-agent-infrastructure-maintainers |
38 |
| -/component/loki/ @grafana/grafana-agent-signals-maintainers |
39 |
| -/component/loki/source/podlogs/ @grafana/grafana-agent-infrastructure-maintainers |
40 |
| -/component/mimir/rules/kubernetes/ @grafana/grafana-agent-infrastructure-maintainers |
41 |
| -/component/otelcol/ @grafana/grafana-agent-signals-maintainers |
42 |
| -/component/prometheus/ @grafana/grafana-agent-signals-maintainers |
43 |
| -/component/prometheus/exporter/ @grafana/grafana-agent-infrastructure-maintainers |
44 |
| -/component/prometheus/operator/ @grafana/grafana-agent-operator-maintainers |
45 |
| -/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers |
46 |
| -/component/remote/ @grafana/grafana-agent-infrastructure-maintainers |
47 |
| - |
48 |
| -# Static mode packages: |
49 |
| -/pkg/integrations/ @grafana/grafana-agent-infrastructure-maintainers |
50 |
| -/pkg/logs/ @grafana/grafana-agent-signals-maintainers |
51 |
| -/pkg/metrics/ @grafana/grafana-agent-signals-maintainers |
52 |
| -/pkg/mimir/client/ @grafana/grafana-agent-infrastructure-maintainers |
53 |
| -/pkg/operator/ @grafana/grafana-agent-operator-maintainers |
54 |
| -/pkg/traces/ @grafana/grafana-agent-signals-maintainers |
| 21 | +/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers |
0 commit comments