Browse Source

Issue 1009: Add new icons of azure monitor

pull/1024/head
Phước Trần 1 month ago
parent
commit
2686b4000d
27 changed files with 49 additions and 25 deletions
  1. +18
    -9
      diagrams/azure/monitor.py
  2. +1
    -1
      docs/nodes/alibabacloud.md
  3. +1
    -1
      docs/nodes/aws.md
  4. +16
    -1
      docs/nodes/azure.md
  5. +1
    -1
      docs/nodes/digitalocean.md
  6. +1
    -1
      docs/nodes/elastic.md
  7. +1
    -1
      docs/nodes/firebase.md
  8. +1
    -1
      docs/nodes/gcp.md
  9. +1
    -1
      docs/nodes/generic.md
  10. +1
    -1
      docs/nodes/ibm.md
  11. +1
    -1
      docs/nodes/k8s.md
  12. +1
    -1
      docs/nodes/oci.md
  13. +1
    -1
      docs/nodes/onprem.md
  14. +1
    -1
      docs/nodes/openstack.md
  15. +1
    -1
      docs/nodes/outscale.md
  16. +1
    -1
      docs/nodes/programming.md
  17. +1
    -1
      docs/nodes/saas.md
  18. BIN
      website/static/img/resources/azure/monitor/change-analysis.png
  19. BIN
      website/static/img/resources/azure/monitor/logs.png
  20. BIN
      website/static/img/resources/azure/monitor/metrics.png
  21. BIN
      website/static/img/resources/azure/monitor/monitor.png
  22. BIN
      website/static/img/resources/generic/virtualization/qemu.png
  23. BIN
      website/static/img/resources/onprem/messaging/centrifugo.png
  24. BIN
      website/static/img/resources/onprem/registry/jfrog.png
  25. BIN
      website/static/img/resources/programming/framework/svelte.png
  26. BIN
      website/static/img/resources/saas/alerting/pagerduty.png
  27. BIN
      website/static/img/resources/saas/analytics/dataform.png

+ 18
- 9
diagrams/azure/monitor.py View File

@@ -1,18 +1,27 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Azure from . import _Azure



class _Monitor(_Azure): class _Monitor(_Azure):
_type = "monitor" _type = "monitor"
_icon_dir = "resources/azure/monitor" _icon_dir = "resources/azure/monitor"


class Monitor(_Monitor):
_icon = "monitor.png"

class ChangeAnalysis(_Monitor):
_icon = "change-analysis.png"


class Logs(_Monitor):
_icon = "logs.png"



class Metrics(_Monitor): class Metrics(_Monitor):
_icon = "metrics.png" _icon = "metrics.png"
class LogsAnalytics(_Monitor):
_icon = "logs.png"
class ChangeAnalysis(_Monitor):
_icon = "change-analysis.png"


class Monitor(_Monitor):
_icon = "monitor.png"


# Aliases

+ 1
- 1
docs/nodes/alibabacloud.md View File

@@ -3,7 +3,7 @@ id: alibabacloud
title: AlibabaCloud title: AlibabaCloud
--- ---


Node classes list of alibabacloud provider.
Node classes list of the alibabacloud provider.


## alibabacloud.analytics ## alibabacloud.analytics




+ 1
- 1
docs/nodes/aws.md View File

@@ -3,7 +3,7 @@ id: aws
title: AWS title: AWS
--- ---


Node classes list of aws provider.
Node classes list of the aws provider.


## aws.analytics ## aws.analytics




+ 16
- 1
docs/nodes/azure.md View File

@@ -3,7 +3,7 @@ id: azure
title: Azure title: Azure
--- ---


Node classes list of azure provider.
Node classes list of the azure provider.


## azure.analytics ## azure.analytics


@@ -524,6 +524,21 @@ Node classes list of azure provider.
<img width="30" src="/img/resources/azure/mobile/notification-hubs.png" alt="NotificationHubs" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/azure/mobile/notification-hubs.png" alt="NotificationHubs" style="float: left; padding-right: 5px;" >
**diagrams.azure.mobile.NotificationHubs** **diagrams.azure.mobile.NotificationHubs**


## azure.monitor


<img width="30" src="/img/resources/azure/monitor/change-analysis.png" alt="ChangeAnalysis" style="float: left; padding-right: 5px;" >
**diagrams.azure.monitor.ChangeAnalysis**

<img width="30" src="/img/resources/azure/monitor/logs.png" alt="Logs" style="float: left; padding-right: 5px;" >
**diagrams.azure.monitor.Logs**

<img width="30" src="/img/resources/azure/monitor/metrics.png" alt="Metrics" style="float: left; padding-right: 5px;" >
**diagrams.azure.monitor.Metrics**

<img width="30" src="/img/resources/azure/monitor/monitor.png" alt="Monitor" style="float: left; padding-right: 5px;" >
**diagrams.azure.monitor.Monitor**

## azure.network ## azure.network






+ 1
- 1
docs/nodes/digitalocean.md View File

@@ -3,7 +3,7 @@ id: digitalocean
title: DigitalOcean title: DigitalOcean
--- ---


Node classes list of digitalocean provider.
Node classes list of the digitalocean provider.


## digitalocean.compute ## digitalocean.compute




+ 1
- 1
docs/nodes/elastic.md View File

@@ -3,7 +3,7 @@ id: elastic
title: Elastic title: Elastic
--- ---


Node classes list of elastic provider.
Node classes list of the elastic provider.


## elastic.agent ## elastic.agent




+ 1
- 1
docs/nodes/firebase.md View File

@@ -3,7 +3,7 @@ id: firebase
title: Firebase title: Firebase
--- ---


Node classes list of firebase provider.
Node classes list of the firebase provider.


## firebase.base ## firebase.base




+ 1
- 1
docs/nodes/gcp.md View File

@@ -3,7 +3,7 @@ id: gcp
title: GCP title: GCP
--- ---


Node classes list of gcp provider.
Node classes list of the gcp provider.


## gcp.analytics ## gcp.analytics




+ 1
- 1
docs/nodes/generic.md View File

@@ -3,7 +3,7 @@ id: generic
title: Generic title: Generic
--- ---


Node classes list of generic provider.
Node classes list of the generic provider.


## generic.blank ## generic.blank




+ 1
- 1
docs/nodes/ibm.md View File

@@ -3,7 +3,7 @@ id: ibm
title: IBM title: IBM
--- ---


Node classes list of ibm provider.
Node classes list of the ibm provider.


## ibm.analytics ## ibm.analytics




+ 1
- 1
docs/nodes/k8s.md View File

@@ -3,7 +3,7 @@ id: k8s
title: K8S title: K8S
--- ---


Node classes list of k8s provider.
Node classes list of the k8s provider.


## k8s.chaos ## k8s.chaos




+ 1
- 1
docs/nodes/oci.md View File

@@ -3,7 +3,7 @@ id: oci
title: OCI title: OCI
--- ---


Node classes list of oci provider.
Node classes list of the oci provider.


## oci.compute ## oci.compute




+ 1
- 1
docs/nodes/onprem.md View File

@@ -3,7 +3,7 @@ id: onprem
title: OnPrem title: OnPrem
--- ---


Node classes list of onprem provider.
Node classes list of the onprem provider.


## onprem.aggregator ## onprem.aggregator




+ 1
- 1
docs/nodes/openstack.md View File

@@ -3,7 +3,7 @@ id: openstack
title: OpenStack title: OpenStack
--- ---


Node classes list of openstack provider.
Node classes list of the openstack provider.


## openstack.apiproxies ## openstack.apiproxies




+ 1
- 1
docs/nodes/outscale.md View File

@@ -3,7 +3,7 @@ id: outscale
title: Outscale title: Outscale
--- ---


Node classes list of outscale provider.
Node classes list of the outscale provider.


## outscale.compute ## outscale.compute




+ 1
- 1
docs/nodes/programming.md View File

@@ -3,7 +3,7 @@ id: programming
title: Programming title: Programming
--- ---


Node classes list of programming provider.
Node classes list of the programming provider.


## programming.flowchart ## programming.flowchart




+ 1
- 1
docs/nodes/saas.md View File

@@ -3,7 +3,7 @@ id: saas
title: Saas title: Saas
--- ---


Node classes list of saas provider.
Node classes list of the saas provider.


## saas.alerting ## saas.alerting




BIN
website/static/img/resources/azure/monitor/change-analysis.png View File

Before After
Width: 256  |  Height: 256  |  Size: 27 KiB

BIN
website/static/img/resources/azure/monitor/logs.png View File

Before After
Width: 256  |  Height: 256  |  Size: 14 KiB

BIN
website/static/img/resources/azure/monitor/metrics.png View File

Before After
Width: 256  |  Height: 256  |  Size: 16 KiB

BIN
website/static/img/resources/azure/monitor/monitor.png View File

Before After
Width: 256  |  Height: 256  |  Size: 32 KiB

BIN
website/static/img/resources/generic/virtualization/qemu.png View File

Before After
Width: 256  |  Height: 256  |  Size: 20 KiB

BIN
website/static/img/resources/onprem/messaging/centrifugo.png View File

Before After
Width: 256  |  Height: 256  |  Size: 15 KiB

BIN
website/static/img/resources/onprem/registry/jfrog.png View File

Before After
Width: 256  |  Height: 256  |  Size: 26 KiB

BIN
website/static/img/resources/programming/framework/svelte.png View File

Before After
Width: 256  |  Height: 308  |  Size: 17 KiB

BIN
website/static/img/resources/saas/alerting/pagerduty.png View File

Before After
Width: 200  |  Height: 200  |  Size: 2.1 KiB

BIN
website/static/img/resources/saas/analytics/dataform.png View File

Before After
Width: 256  |  Height: 256  |  Size: 6.8 KiB

Loading…
Cancel
Save