Browse Source

Merge pull request #1024 from mingrammer/issue-1009-add-new-icons-of-azure-monitor

Issue 1009: Add new icons of azure monitor
pull/425/merge
Filipe Oliveira 1 month ago
committed by GitHub
parent
commit
2aed8051f8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
33 changed files with 61 additions and 48 deletions
  1. +1
    -1
      DEVELOPMENT.md
  2. +27
    -0
      diagrams/azure/monitor.py
  3. +1
    -1
      docs/nodes/alibabacloud.md
  4. +1
    -1
      docs/nodes/aws.md
  5. +16
    -1
      docs/nodes/azure.md
  6. +1
    -1
      docs/nodes/digitalocean.md
  7. +1
    -1
      docs/nodes/elastic.md
  8. +1
    -1
      docs/nodes/firebase.md
  9. +1
    -1
      docs/nodes/gcp.md
  10. +1
    -1
      docs/nodes/generic.md
  11. +1
    -1
      docs/nodes/ibm.md
  12. +1
    -1
      docs/nodes/k8s.md
  13. +1
    -1
      docs/nodes/oci.md
  14. +1
    -1
      docs/nodes/onprem.md
  15. +1
    -1
      docs/nodes/openstack.md
  16. +1
    -1
      docs/nodes/outscale.md
  17. +1
    -1
      docs/nodes/programming.md
  18. +1
    -1
      docs/nodes/saas.md
  19. +2
    -31
      poetry.lock
  20. BIN
      resources/azure/monitor/change-analysis.png
  21. BIN
      resources/azure/monitor/logs.png
  22. BIN
      resources/azure/monitor/metrics.png
  23. BIN
      resources/azure/monitor/monitor.png
  24. BIN
      website/static/img/resources/azure/monitor/change-analysis.png
  25. BIN
      website/static/img/resources/azure/monitor/logs.png
  26. BIN
      website/static/img/resources/azure/monitor/metrics.png
  27. BIN
      website/static/img/resources/azure/monitor/monitor.png
  28. BIN
      website/static/img/resources/generic/virtualization/qemu.png
  29. BIN
      website/static/img/resources/onprem/messaging/centrifugo.png
  30. BIN
      website/static/img/resources/onprem/registry/jfrog.png
  31. BIN
      website/static/img/resources/programming/framework/svelte.png
  32. BIN
      website/static/img/resources/saas/alerting/pagerduty.png
  33. BIN
      website/static/img/resources/saas/analytics/dataform.png

+ 1
- 1
DEVELOPMENT.md View File

@@ -74,4 +74,4 @@ To be able to develop and run diagrams locally on you Mac device, you should hav
./autogen.sh ./autogen.sh
``` ```


7. If the unit tests and the bash script `autogen.sh` is working correctly, then your system is now ready for development.
7. If the unit tests and the bash script `autogen.sh` is working correctly, then your system is now ready for development.

+ 27
- 0
diagrams/azure/monitor.py View File

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

from . import _Azure


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


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


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


class Metrics(_Monitor):
_icon = "metrics.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




+ 2
- 31
poetry.lock View File

@@ -1,10 +1,9 @@
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.


[[package]] [[package]]
name = "astroid" name = "astroid"
version = "2.9.0" version = "2.9.0"
description = "An abstract syntax tree for Python with inference support." description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false optional = false
python-versions = "~=3.6" python-versions = "~=3.6"
files = [ files = [
@@ -23,7 +22,6 @@ wrapt = ">=1.11,<1.14"
name = "black" name = "black"
version = "22.12.0" version = "22.12.0"
description = "The uncompromising code formatter." description = "The uncompromising code formatter."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -60,7 +58,6 @@ uvloop = ["uvloop (>=0.15.2)"]
name = "click" name = "click"
version = "8.1.3" version = "8.1.3"
description = "Composable command line interface toolkit" description = "Composable command line interface toolkit"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -76,7 +73,6 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
name = "colorama" name = "colorama"
version = "0.4.3" version = "0.4.3"
description = "Cross-platform colored terminal text." description = "Cross-platform colored terminal text."
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [ files = [
@@ -88,7 +84,6 @@ files = [
name = "exceptiongroup" name = "exceptiongroup"
version = "1.1.0" version = "1.1.0"
description = "Backport of PEP 654 (exception groups)" description = "Backport of PEP 654 (exception groups)"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -103,7 +98,6 @@ test = ["pytest (>=6)"]
name = "graphviz" name = "graphviz"
version = "0.20.1" version = "0.20.1"
description = "Simple Python interface for Graphviz" description = "Simple Python interface for Graphviz"
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -120,7 +114,6 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>=
name = "importlib-metadata" name = "importlib-metadata"
version = "1.5.0" version = "1.5.0"
description = "Read metadata from Python packages" description = "Read metadata from Python packages"
category = "dev"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
files = [ files = [
@@ -139,7 +132,6 @@ testing = ["importlib-resources", "packaging"]
name = "iniconfig" name = "iniconfig"
version = "1.1.1" version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing" description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -151,7 +143,6 @@ files = [
name = "isort" name = "isort"
version = "4.3.21" version = "4.3.21"
description = "A Python utility / library to sort Python imports." description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@@ -169,7 +160,6 @@ xdg-home = ["appdirs (>=1.4.0)"]
name = "jinja2" name = "jinja2"
version = "3.1.2" version = "3.1.2"
description = "A very fast and expressive template engine." description = "A very fast and expressive template engine."
category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -187,7 +177,6 @@ i18n = ["Babel (>=2.7)"]
name = "lazy-object-proxy" name = "lazy-object-proxy"
version = "1.4.3" version = "1.4.3"
description = "A fast and thorough lazy object proxy." description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@@ -218,7 +207,6 @@ files = [
name = "markupsafe" name = "markupsafe"
version = "2.0.1" version = "2.0.1"
description = "Safely add untrusted strings to HTML/XML markup." description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -297,7 +285,6 @@ files = [
name = "mccabe" name = "mccabe"
version = "0.6.1" version = "0.6.1"
description = "McCabe checker, plugin for flake8" description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -309,7 +296,6 @@ files = [
name = "mypy-extensions" name = "mypy-extensions"
version = "0.4.3" version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker." description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -321,7 +307,6 @@ files = [
name = "packaging" name = "packaging"
version = "20.8" version = "20.8"
description = "Core utilities for Python packages" description = "Core utilities for Python packages"
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@@ -336,7 +321,6 @@ pyparsing = ">=2.0.2"
name = "pathspec" name = "pathspec"
version = "0.10.1" version = "0.10.1"
description = "Utility library for gitignore style pattern matching of file paths." description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -348,7 +332,6 @@ files = [
name = "platformdirs" name = "platformdirs"
version = "2.4.0" version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -364,7 +347,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock
name = "pluggy" name = "pluggy"
version = "0.13.1" version = "0.13.1"
description = "plugin and hook calling mechanisms for python" description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [ files = [
@@ -382,7 +364,6 @@ dev = ["pre-commit", "tox"]
name = "pylint" name = "pylint"
version = "2.12.0" version = "2.12.0"
description = "python code static checker" description = "python code static checker"
category = "dev"
optional = false optional = false
python-versions = "~=3.6" python-versions = "~=3.6"
files = [ files = [
@@ -403,7 +384,6 @@ typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""
name = "pyparsing" name = "pyparsing"
version = "2.4.7" version = "2.4.7"
description = "Python parsing module" description = "Python parsing module"
category = "dev"
optional = false optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [ files = [
@@ -415,7 +395,6 @@ files = [
name = "pytest" name = "pytest"
version = "7.3.0" version = "7.3.0"
description = "pytest: simple powerful testing with Python" description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
@@ -439,7 +418,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
name = "rope" name = "rope"
version = "0.14.0" version = "0.14.0"
description = "a python refactoring library..." description = "a python refactoring library..."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -452,7 +430,6 @@ files = [
name = "setuptools" name = "setuptools"
version = "59.6.0" version = "59.6.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages" description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -468,7 +445,6 @@ testing = ["flake8-2020", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock"
name = "toml" name = "toml"
version = "0.10.0" version = "0.10.0"
description = "Python Library for Tom's Obvious, Minimal Language" description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -480,7 +456,6 @@ files = [
name = "tomli" name = "tomli"
version = "1.2.3" version = "1.2.3"
description = "A lil' TOML parser" description = "A lil' TOML parser"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -492,7 +467,6 @@ files = [
name = "typed-ast" name = "typed-ast"
version = "1.5.4" version = "1.5.4"
description = "a fork of Python 2 and 3 ast modules with type comment support" description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -526,7 +500,6 @@ files = [
name = "typing-extensions" name = "typing-extensions"
version = "4.1.1" version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+" description = "Backported and Experimental Type Hints for Python 3.6+"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -538,7 +511,6 @@ files = [
name = "wrapt" name = "wrapt"
version = "1.11.2" version = "1.11.2"
description = "Module for decorators, wrappers and monkey patching." description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
@@ -549,7 +521,6 @@ files = [
name = "zipp" name = "zipp"
version = "3.1.0" version = "3.1.0"
description = "Backport of pathlib-compatible object wrapper for zip files" description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
@@ -564,4 +535,4 @@ testing = ["func-timeout", "jaraco.itertools"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "5c2b82d1c8a6a283f63558fc693271f42fdcaeab73616713eb9b38b0b59787fc"
content-hash = "eab830dc3befbc19bb7c149e48641763ce360963d948395e4e3083143e4e71a8"

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

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

BIN
resources/azure/monitor/logs.png View File

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

BIN
resources/azure/monitor/metrics.png View File

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

BIN
resources/azure/monitor/monitor.png View File

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

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