mirror of
https://github.com/openziti/zrok.git
synced 2025-01-05 21:48:54 +01:00
29 lines
483 B
Markdown
29 lines
483 B
Markdown
# v0.4 Metrics Configuration
|
|
|
|
This requires a version of OpenZiti with a `fabric` dependency of `v0.22.52` or newer.
|
|
|
|
## controller configuration:
|
|
|
|
```
|
|
network:
|
|
intervalAgeThreshold: 5s
|
|
metricsReportInterval: 5s
|
|
|
|
events:
|
|
jsonLogger:
|
|
subscriptions:
|
|
- type: fabric.usage
|
|
version: 3
|
|
handler:
|
|
type: file
|
|
format: json
|
|
path: /tmp/fabric-usage.log
|
|
```
|
|
|
|
## router configuration:
|
|
|
|
```
|
|
metrics:
|
|
reportInterval: 5s
|
|
intervalAgeThreshold: 5s
|
|
``` |