ChannelFinder / ChannelFinderService

A RESTful directory services for a list channels
MIT License
8 stars 13 forks source link

Prometheus #108

Closed jacomago closed 7 months ago

jacomago commented 7 months ago

PR to add metrics api to ChannelFinder.

Allows configuration of what tags and properties are being checked. Gives an example of

metrics.properties={'pvStatus': 'Active'} to track number of active channels.

Currently hardcoded interval to check channels is 10 seconds.

Includes some refactoring of some duplicated code.