blob: 25031dcac20644e77c629ac98515c4e71ef8be8f (
plain)
1
2
3
4
5
6
7
8
9
|
infra->modules
==============
This is all the modules used to configure our systems based on its purposes.
As of now, it doesn't have any clear "naming convention", but generally it's
`<servicename>` for a module configuring one thing, `<capability>` otherwise.
e.g) `dendrite` -> `dendrite`, `prometheus`, `grafana` -> `metrics`
|