thapakazi / tail-f_hb

a dope tail-f on honeybadger project faults (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tail -f honeybadger.io

Desc

tail-f_hb – a dope tail -f cli; honeybadger faults

Motivation

Sick of honeybadger.io ui, thought NOt I am frequent visitor. So with this:

  • Quick search for errors, understand them(not with context overload), ssh to problem and fix it 😄
  • Yeild .prom data_format to instument more (too lazy to even think about it now 😪 )

WIP

  • a worker to scrape the updates
  • a intutive ui

How to ?

go get github.com/thapakazi/tail-f_hb
source your_secrets_first && tail-f_hb

where,

$ cat  ~/.your_secrets_first
export AUTH_TOKEN="api key from honeybadger"
export PROJECT_ID="project_id_to_tail_on" # get_it_form_honeybadger_too

About

a dope tail-f on honeybadger project faults (WIP)


Languages

Language:Go 100.0%