-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitmodules
72 lines (67 loc) · 2.55 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
[submodule "pmm"]
path = sources/pmm/src/github.com/percona/pmm
url = https://github.com/percona/pmm
branch = main
# PMM Client
[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 = main
[submodule "mongodb_exporter"]
path = sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
url = https://github.com/percona/mongodb_exporter.git
branch = release-0.39.0
[submodule "postgres_exporter"]
path = sources/postgres_exporter/src/github.com/percona/postgres_exporter
url = https://github.com/percona/postgres_exporter
branch = main
[submodule "clickhouse_exporter"]
path = sources/clickhouse_exporter/src/github.com/Percona-Lab/clickhouse_exporter
url = https://github.com/Percona-Lab/clickhouse_exporter
branch = main
[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 = main
[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 = main
[submodule "percona-toolkit"]
path = sources/percona-toolkit/src/github.com/percona/percona-toolkit
url = https://github.com/percona/percona-toolkit.git
branch = release-v3.5.2
# PMM Server
[submodule "dbaas-controller"]
path = sources/dbaas-controller/src/github.com/percona-platform/dbaas-controller
url = https://github.com/percona-platform/dbaas-controller
branch = main
[submodule "grafana-dashboards"]
path = sources/grafana-dashboards
url = https://github.com/percona/grafana-dashboards
branch = main
[submodule "grafana"]
path = sources/grafana/src/github.com/grafana/grafana
url = https://github.com/percona-platform/grafana
branch = main
[submodule "pmm-dump"]
path = sources/pmm-dump
url = https://github.com/percona/pmm-dump
branch = main
## PMM Tests
[submodule "pmm-qa"]
path = sources/pmm-qa/src/github.com/percona/pmm-qa
url = https://github.com/percona/pmm-qa
branch = main
[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