kinduff / csgo_exporter

A Prometheus exporter for Counter-Strike: Global Offensive.
Apache License 2.0
19 stars 3 forks source link

Refactor for extensibility and modularization #11

Closed kinduff closed 3 years ago

kinduff commented 3 years ago

Current project structure is nice for small stuff, but the collectors can start being a pain.

This refactor aims to have a modular way to add new stats, take advantage of go routines, and be performant.

Taking a lot of inspiration from eko/pihole-exporter, since that structure is pretty nice.