Skip to content

Commit

Permalink
feat(node): add gcp monitoring (mingrammer#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyaillet authored and gabriel-tessier committed Oct 14, 2024
1 parent 066b3b4 commit e57b2e0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/gcp/operations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _GCP


class _Operations(_GCP):
_type = "operations"
_icon_dir = "resources/gcp/operations"


class Monitoring(_Operations):
_icon = "monitoring.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Node classes list of gcp provider.
- **diagrams.gcp.network.VirtualPrivateCloud**, **VPC** (alias)
- **diagrams.gcp.network.VPN**

## gcp.operations

- **diagrams.gcp.operations.Monitoring**

## gcp.security

- **diagrams.gcp.security.Iam**
Expand Down
Binary file added resources/gcp/operations/monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e57b2e0

Please sign in to comment.