mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 19:58:28 +02:00
metrics config infrastructure (#74)
This commit is contained in:
12
controller/metrics.go
Normal file
12
controller/metrics.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package controller
|
||||
|
||||
type MetricsConfig struct {
|
||||
Influx *InfluxConfig
|
||||
}
|
||||
|
||||
type InfluxConfig struct {
|
||||
Url string
|
||||
Bucket string
|
||||
Org string
|
||||
Token string
|
||||
}
|
Reference in New Issue
Block a user