eastham / adsb_actions

A package for taking actions based on live or recorded ADS-B data.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Remove Prom exporter from adsb_actions #8

Closed harpermann closed 5 months ago

harpermann commented 6 months ago

Originally didn't fully understand that metrics we want are already being posted to appsheet and logged with logger. Will create alerts from syslog entries. We can add Exporter capability back in if we identify metrics we need that aren't redundant to syslog entries and appsheet records.

Most changes are in branch harper-dev, but some basic config is in main. Getting it to work with Python scoping is kind of an adventure.