mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-09 11:20:32 +00:00
Add prometheus instrumentation, count active ws conns (#8)
* Add prometheus instrumentation, count active ws conns * Stop bum ticker * Moving things around * Handle unspecified host for ws proxy * Add config reload counter * metrics: rename conns -> players
This commit is contained in:
@ -11,6 +11,9 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
run: quakejs
|
||||
annotations:
|
||||
prometheus.io/scrape: 'true'
|
||||
prometheus.io/port: '8080'
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
|
||||
Reference in New Issue
Block a user