Skip to content

unfoldingWord/metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics

Overview

This is a simple python script that periodically update metrics that we want to track on a dashboard page.

Developer Setup

Make sure you have docker installed.

Build the container with sudo docker build -t py-metrics . .

Run the resulting container with sudo docker run --rm -e "GITHUB_TOKEN=Your_Token" py-metrics.

When running on the server, use sudo docker run --rm -e "GITHUB_TOKEN=Your_Token" --net="host" py-metrics so that the app has access to the statsd server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors