forked from Percona-Lab/pmm-submodules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
103 lines (96 loc) · 3.61 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[submodule "pmm"]
path = sources/pmm/src/github.com/percona/pmm
url = https://github.com/percona/pmm
branch = PMM-2.0
# PMM Client
[submodule "pmm-admin"]
path = sources/pmm-admin/src/github.com/percona/pmm-admin
url = https://github.com/percona/pmm-admin.git
branch = master
[submodule "pmm-agent"]
path = sources/pmm-agent/src/github.com/percona/pmm-agent
url = https://github.com/percona/pmm-agent.git
branch = master
[submodule "node_exporter"]
path = sources/node_exporter/src/github.com/prometheus/node_exporter
url = https://github.com/percona/node_exporter.git
branch = main
[submodule "mysqld_exporter"]
path = sources/mysqld_exporter/src/github.com/percona/mysqld_exporter
url = https://github.com/percona/mysqld_exporter.git
branch = master
[submodule "mongodb_exporter"]
path = sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
url = https://github.com/percona/mongodb_exporter.git
branch = release-0.20.5
[submodule "postgres_exporter"]
path = sources/postgres_exporter/src/github.com/percona/postgres_exporter
url = https://github.com/percona/postgres_exporter
branch = master
[submodule "clickhouse_exporter"]
path = sources/clickhouse_exporter/src/github.com/Percona-Lab/clickhouse_exporter
url = https://github.com/Percona-Lab/clickhouse_exporter
branch = master
[submodule "proxysql_exporter"]
path = sources/proxysql_exporter/src/github.com/percona/proxysql_exporter
url = https://github.com/percona/proxysql_exporter.git
branch = main
[submodule "rds_exporter"]
path = sources/rds_exporter/src/github.com/percona/rds_exporter
url = https://github.com/percona/rds_exporter
branch = master
[submodule "azure_metrics_exporter"]
path = sources/azure_metrics_exporter/src/github.com/percona/azure_metrics_exporter
url = https://github.com/percona/azure_metrics_exporter
branch = master
[submodule "percona-toolkit"]
path = sources/percona-toolkit/src/github.com/percona/percona-toolkit
url = https://github.com/percona/percona-toolkit.git
branch = release-3.2.1
# PMM Server
[submodule "pmm-managed"]
path = sources/pmm-managed/src/github.com/percona/pmm-managed
url = https://github.com/percona/pmm-managed
branch = PMM-2.0
[submodule "dbaas-controller"]
path = sources/dbaas-controller/src/github.com/percona-platform/dbaas-controller
url = https://github.com/percona-platform/dbaas-controller
branch = main
# branch = release/0.1.2
[submodule "qan-api2"]
path = sources/qan-api2/src/github.com/percona/qan-api2
url = https://github.com/percona/qan-api2
branch = master
[submodule "pmm-update"]
path = sources/pmm-update/src/github.com/percona/pmm-update
url = https://github.com/percona/pmm-update
branch = PMM-2.0
[submodule "pmm-server"]
path = sources/pmm-server
url = https://github.com/percona/pmm-server
branch = PMM-2.0
[submodule "grafana-dashboards"]
path = sources/grafana-dashboards
url = https://github.com/percona/grafana-dashboards
branch = PMM-2.0
[submodule "grafana"]
path = sources/grafana/src/github.com/grafana/grafana
url = https://github.com/percona-platform/grafana
branch = master
[submodule "percona-images"]
path = sources/percona-images
url = https://github.com/Percona-Lab/percona-images
branch = master
## PMM Tests
[submodule "pmm-api-tests"]
path = sources/pmm-api-tests/src/github.com/Percona-Lab/pmm-api-tests
url = https://github.com/Percona-Lab/pmm-api-tests
branch = master
[submodule "pmm-qa"]
path = sources/pmm-qa/src/github.com/percona/pmm-qa
url = https://github.com/percona/pmm-qa
branch = master
[submodule "pmm-ui-tests"]
path = sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
url = https://github.com/percona/pmm-ui-tests
branch = main