You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2022. It is now read-only.
A docker-compose file provide integration with prometheus server.
export CIRCLECI_TOKEN=your-circleci-personal-token
export CIRCLECI_ORGANIZATION=org
docker-compose up
Lint
yarn lint
Environment Variables
LOG_LEVEL
Value in silly, debug, verbose, info, warn, error.
Default info.
See winston.
LOG_FORMAT
Value in json, prettyPrint. Some format described in winston documentation may not be working so stick with prettyPrint or json unless you know what you are doing.
Default json.
See log format for more possible format.
NODE_ENV
Value in development, production.
Default production.
CIRCLECI_TOKEN
Personal access token. Only projects followed by the user will be considered. This is a limitation of CircleCI's API.
See Creating a Personal API Token.
CIRCLECI_ORGANIZATION
Organisation name.
HTTP_PORT
Port number the http server will listen to.
Default 9600.
SCRAPE_BUILDS_PER_PAGE
Number of builds per page. Maximum 100.
Default 100.
SCRAPE_MAX_PAGES
Maximum number of pages to scrape. This is mostly for testing purposes.
Default Scrape all pages
SCRAPE_SINCE
The number of milliseconds to go back. Builds older than this number will be ignored.
Default 86400000 (one day).