mayocream / vrchat-exporter

VRChat metrics exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vrchat-exporter

VRChat metrics exporter.

Features:

  • Generate metrics only on pull
  • Push metrics to Prometheus Pushgateway

Usage

go install github.com/mayocream/vrchat-exporter@latest

vrchat-exporter --help
Usage of vrchat-exporter:
      --interval int                   Interval in seconds to push metrics to the Pushgateway (default 60)
      --listen string                  Address to listen on for HTTP requests (default ":8080")
      --password string                Password of the VRChat user
      --push-gateway string            Address of the Prometheus Pushgateway, e.g. https://prometheus-blocks-prod-us-central1.grafana.net/api/prom/push
      --push-gateway-password string   Password of the Prometheus Pushgateway
      --push-gateway-username string   Username of the Prometheus Pushgateway
      --totp string                    TOTP of the VRChat user
      --username string                Username of the VRChat user

About

VRChat metrics exporter

License:Apache License 2.0


Languages

Language:Go 100.0%