Skip to content

Commit

Permalink
Add Sentry to onperm.monitoring (#165)
Browse files Browse the repository at this point in the history
* Add sentry.png icon

* add Sentry docs and onperm
  • Loading branch information
yzdann authored May 23, 2020
1 parent 2f2a957 commit 35c09ca
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 @@ -24,6 +24,10 @@ class Prometheus(_Monitoring):
_icon = "prometheus.png"


class Sentry(_Monitoring):
_icon = "sentry.png"


class Splunk(_Monitoring):
_icon = "splunk.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 @@ -102,6 +102,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.monitoring.Grafana**
- **diagrams.onprem.monitoring.Kibana**
- **diagrams.onprem.monitoring.Prometheus**
- **diagrams.onprem.monitoring.Sentry**
- **diagrams.onprem.monitoring.Splunk**
- **diagrams.onprem.monitoring.Thanos**

Expand Down
Binary file added resources/onprem/monitoring/sentry.png
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 35c09ca

Please sign in to comment.