https://github.com/mayocream/vrchat-exporter
VRChat metrics exporter
https://github.com/mayocream/vrchat-exporter
Last synced: 4 months ago
JSON representation
VRChat metrics exporter
- Host: GitHub
- URL: https://github.com/mayocream/vrchat-exporter
- Owner: mayocream
- License: apache-2.0
- Created: 2024-09-12T12:57:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:19:04.000Z (over 1 year ago)
- Last Synced: 2025-10-11T17:18:37.620Z (8 months ago)
- Language: Go
- Size: 4.23 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vrchat-exporter
VRChat metrics exporter.

Features:
- [x] Generate metrics only on pull
- [x] Push metrics to Prometheus Pushgateway
## Usage
```bash
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
```