Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 814 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 814 Bytes

seq-prometheus-metrics

This is a tool (and a Docker container) to grab metrics from your Seq instance and output them to Prometheus.

Environment variables you need to take care of:

  • SEQ_ADDRESS - address of the Seq server. Default is http://localhost:80/
  • SEQ_API_KEY - if authentication is enabled, this will be required access API key. Remember to assign it correct permissions!
  • BIND_ADDRESS - interface to bind the Prometheus metric server. Default is 0.0.0.0
  • BIND_PORT - port number to bind. Default is 80

Please note that you will have to change either SEQ_ADDRESS or BIND_PORT since the program will happily try to read it's own Prometheus output.