directory
0.0.0-20231005133237-a1b8ec1de8a9
Repository: https://github.com/kinduff/csgo_exporter.git
Documentation: pkg.go.dev

# Packages

Package client takes care of JSON & XML API requests.
Package collector handles the orchestration between the API and Prometheus.
Package data holds general data about CS:GO to be used as utils.
Package handlers implements utility functions to respond and be passed to the http pkg.
Package metrics sets and initializes Prometheus metrics.
Package model which provides structs to be used with the CSGO API.
Package server provides an HTTP server to serve the metrics and other endpoints.