Skip to content

Commit

Permalink
add Sentry docs and onperm
Browse files Browse the repository at this point in the history
  • Loading branch information
yzdann authored and yzdann committed May 21, 2020
1 parent 52f4aa4 commit 6c2d41f
Show file tree
Hide file tree
Showing 2 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 @@ -101,6 +101,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

0 comments on commit 6c2d41f

Please sign in to comment.