Skip to content

Commit

Permalink
feat(node): Google Cloud Logging (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyaillet authored Oct 30, 2023
1 parent 26affcc commit 45e1874
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/gcp/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Operations(_GCP):
_icon_dir = "resources/gcp/operations"


class Logging(_Operations):
_icon = "logging.png"


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

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Binary file added resources/gcp/operations/logging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 45e1874

Please sign in to comment.