Skip to content

smok-serwis/seq-prometheus-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An exporter of Seq's metrics for Prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published