Skip to content

TheProfs/log-plotter

Repository files navigation

Log Plotter

Plots the logs that happen across separate, distributed services logging using Papertrail

Running time plot showing a suspected cause of high-frequency disconnections

Test

$ npm test

Install

Run:

$ git clone
$ npm install

Declare log/events in config.yaml

//@Todo

Run the visualiser

Add a Papertrail API Token in root .env.local file:

.env.local:

PAPERTRAIL_TOKEN=xxx # Replace xxx with Papertrail Token

then:

# Download all the logs for today:
$ npm run download-logs
$ npm run start-dev

and visit localhost:3000.

You should see those events plotted and you can navigate the graph.

Authors

About

Visualise console.logs or exceptions across distributed apps, logging via Papertrail

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published