Skip to content

a webapp to download error-rates from TrackJS and serve them as Prometheus metrics

License

Notifications You must be signed in to change notification settings

pearofducks/trackjs-prometheus-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackJS to Prometheus proxy

a webapp to download error-rates from TrackJS and serve them as Prometheus metrics

setup

You'll need to provide your CUSTOMER_ID and AUTHORIZATION either as environment variables, or in a .env file.

Example .env file:

CUSTOMER_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AUTHORIZATION=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

then add any applications you want to proxy to the array in applications.js.

dev

You can start a development environment with npm run dev.

prod

You can start an instance without and debug logging with npm start.

About

a webapp to download error-rates from TrackJS and serve them as Prometheus metrics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published