Browse Source
feat(node): Cortex monitoring (#321)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/343/head
Nicolas Lamirault
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
0 deletions
-
diagrams/onprem/monitoring.py
-
docs/nodes/onprem.md
-
BIN
resources/onprem/monitoring/cortex.png
|
|
@@ -8,6 +8,10 @@ class _Monitoring(_OnPrem): |
|
|
|
_icon_dir = "resources/onprem/monitoring" |
|
|
|
|
|
|
|
|
|
|
|
class Cortex(_Monitoring): |
|
|
|
_icon = "cortex.png" |
|
|
|
|
|
|
|
|
|
|
|
class Datadog(_Monitoring): |
|
|
|
_icon = "datadog.png" |
|
|
|
|
|
|
|
|
|
@@ -142,6 +142,7 @@ Node classes list of onprem provider. |
|
|
|
|
|
|
|
## onprem.monitoring |
|
|
|
|
|
|
|
- **diagrams.onprem.monitoring.Cortex** |
|
|
|
- **diagrams.onprem.monitoring.Datadog** |
|
|
|
- **diagrams.onprem.monitoring.Grafana** |
|
|
|
- **diagrams.onprem.monitoring.PrometheusOperator** |
|
|
|
Before
|
After
|
|
|
|
Width: 256
|
Height: 256
|
Size: 17 KiB
|