From b794cbd6cf9a2350171f1fc88b98795e42b76aa5 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 18 May 2024 23:22:39 -0700 Subject: [PATCH] Create web server with exported data for Prometheus. --- .idea/misc.xml | 7 +++++++ .idea/tmobile-monitor.iml | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/tmobile-monitor.iml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2e502c2 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/tmobile-monitor.iml b/.idea/tmobile-monitor.iml new file mode 100644 index 0000000..2c80e12 --- /dev/null +++ b/.idea/tmobile-monitor.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file