Skip to content

Commit 9903e9b

Browse files
committed
doc: add CODEOWNERS
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 7576e54 commit 9903e9b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CODEOWNERS

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Fluent Bit Code Owners
2+
# ----------------------
3+
# The following file list the code owners or responsibles for code
4+
# review on different components or extensions of Fluent Bit, applicable for
5+
# any original code author (not only maintainers).
6+
#
7+
# NOTE: if you are a original code author and you are not listed here, please
8+
# open a PR with the proper modification :)
9+
10+
# Global Owners
11+
# -------------
12+
* @edsiper @fujimotos @koleini
13+
14+
# Build System & Portability
15+
# --------------------------
16+
/CMakeLists.txt @fujimotos
17+
/cmake/ @fujimotos
18+
19+
# Core: Signv4
20+
# ------------
21+
/src/flb_signv4.c @pettitwesley
22+
23+
# Core: Stream Processor
24+
# ----------------
25+
/src/stream_processor/ @koleini
26+
27+
# Input Plugins
28+
# -------------
29+
/plugins/in_collectd @fujimotos
30+
/plugins/in_docker @ashutoshdhundhara
31+
/plugins/in_dummy @nokute78
32+
/plugins/in_netif @nokute78
33+
/plugins/in_statsd @fujimotos
34+
/plugins/in_thermal @nokute78
35+
/plugins/in_winlog @fujimotos
36+
37+
# Filter Plugins
38+
# --------------
39+
/plugins/filter_aws @pettitwesley
40+
41+
# Output Plugins
42+
# --------------
43+
/plugins/out_datadog @clamoriniere
44+
/plugins/out_es @pettitwesley @edsiper
45+
/plugins/out_pgsql @sxd

0 commit comments

Comments
 (0)