iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 195 forks source link

feat: Implement Tags feature #97

Open aVolpe opened 7 years ago

aVolpe commented 7 years ago

This implement a basic tag feature.

All tags are stored in a separate key in redis, like the services id.

The /api/report/services method accept a query param with tags to filter the services.

TODO:

ref #56