Skip to content

Commit 16c0e45

Browse files
author
nipa
committed
Initialize project
0 parents  commit 16c0e45

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/out
2+
/classes
3+
/mods

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Monitor
2+
3+
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

Comments
 (0)