Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 996 Bytes

File metadata and controls

60 lines (39 loc) · 996 Bytes

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