Skip to content

Commit

Permalink
remove monitoring from management
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 20, 2024
1 parent 21f3804 commit 9b35a06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
Binary file modified docs/architecture/c4.container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion wis2-gdc-management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
click
prometheus-client
pywcmp
pywis-pubsub
requests
Expand Down
2 changes: 0 additions & 2 deletions wis2-gdc-management/wis2_gdc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import click

from wis2_gdc.registrar import register, setup, teardown
from wis2_gdc.monitor import monitor
from wis2_gdc.archive import archive
from wis2_gdc.sync import sync

Expand All @@ -41,5 +40,4 @@ def cli():
cli.add_command(teardown)
cli.add_command(register)
cli.add_command(sync)
cli.add_command(monitor)
cli.add_command(archive)
29 changes: 0 additions & 29 deletions wis2-gdc-management/wis2_gdc/monitor/__init__.py

This file was deleted.

0 comments on commit 9b35a06

Please sign in to comment.