We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 16c0e45Copy full SHA for 16c0e45
.gitignore
@@ -0,0 +1,3 @@
1
+/out
2
+/classes
3
+/mods
README.md
@@ -0,0 +1,9 @@
+# Monitor
+
+An example application for [_Java Module System in Action_](https://git.manning.com/agileauthor/parlog).
4
+The Monitor is an application that observes a hypothetical network of microservices by
5
6
+* contacting individual services
7
+* collecting and aggregating diagnostic data into statistics
8
+* persisting statistics
9
+* making statistics available via REST
0 commit comments