Skip to content

faros-ai/dev-cycle-insrumentation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Development Cycle Instrumentation

A demo of Faros events instrumentation for measuring full development cycle.

The invocations of git and npm commands will send events to Faros, e.g:

  • git checkout -b ...
  • npm i
  • npm run build
  • npm run test
  • git commit -m ...

Usage

  1. Define environment variables:
export FAROS_URL="https://prod.api.faros.ai"
export FAROS_API_KEY="..."
export FAROS_GRAPH="..."
  1. Run once ./setup_hooks.sh to setup git hooks

🤗 Enjoy!

About

A demo of Faros events instrumentation for measuring full development cycle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published