Skip to content
This repository was archived by the owner on May 31, 2018. It is now read-only.
/ fbprofilewatch Public archive

Watches a firebase profiler stream for operations that take a long time and report those operations to a slack webhook.

Notifications You must be signed in to change notification settings

casetext/fbprofilewatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Profile watch

Watches a firebase profiler stream for operations that take a long time and report those operations to a slack webhook.

Environment variables:

  • FIREBASE_URL - required, *.firebaseio.com
  • FIREBASE_AUTH_SECRET - required, the DB's auth key
  • SLACK_HOOK - optional, a slack incoming webhook URL to report to
  • TIME_THRESHOLD - operations over this number of ms will be reported. Default 5000.

About

Watches a firebase profiler stream for operations that take a long time and report those operations to a slack webhook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published