Skip to content

Commit

Permalink
Add: Prometheus Operator component (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault authored Aug 19, 2020
1 parent 8f50d36 commit cb27e2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Grafana(_Monitoring):
_icon = "grafana.png"


class PrometheusOperator(_Monitoring):
_icon = "prometheus-operator.png"


class Prometheus(_Monitoring):
_icon = "prometheus.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Node classes list of onprem provider.

- **diagrams.onprem.monitoring.Datadog**
- **diagrams.onprem.monitoring.Grafana**
- **diagrams.onprem.monitoring.PrometheusOperator**
- **diagrams.onprem.monitoring.Prometheus**
- **diagrams.onprem.monitoring.Sentry**
- **diagrams.onprem.monitoring.Splunk**
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb27e2f

Please sign in to comment.