An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vrchat-exporter

VRChat metrics exporter.

![](sample.png)

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
```