mirror of https://github.com/mingrammer/diagrams
parent
7ccc2ec49e
commit
2f7e61630e
@ -0,0 +1,18 @@
|
||||
from . import _Azure
|
||||
|
||||
class _Monitor(_Azure):
|
||||
_type = "monitor"
|
||||
_icon_dir = "resources/azure/monitor"
|
||||
|
||||
|
||||
class Monitor(_Monitor):
|
||||
_icon = "monitor.png"
|
||||
|
||||
class Metrics(_Monitor):
|
||||
_icon = "metrics.png"
|
||||
|
||||
class LogsAnalytics(_Monitor):
|
||||
_icon = "logs.png"
|
||||
|
||||
class ChangeAnalysis(_Monitor):
|
||||
_icon = "change-analysis.png"
|
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in new issue