feat(node): Google Cloud Logging (#929)

pull/942/head
Pierre-Yves Aillet 11 months ago committed by GitHub
parent 26affccdf2
commit 45e187466a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,10 @@ class _Operations(_GCP):
_icon_dir = "resources/gcp/operations"
class Logging(_Operations):
_icon = "logging.png"
class Monitoring(_Operations):
_icon = "monitoring.png"

@ -278,6 +278,9 @@ Node classes list of gcp provider.
## gcp.operations
<img width="30" src="/img/resources/gcp/operations/logging.png" alt="Logging" style="float: left; padding-right: 5px;" >
**diagrams.gcp.operations.Logging**
<img width="30" src="/img/resources/gcp/operations/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
**diagrams.gcp.operations.Monitoring**

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Loading…
Cancel
Save