mirror of
https://github.com/openziti/zrok.git
synced 2025-06-22 02:31:54 +02:00
lint (#283)
This commit is contained in:
parent
728c9fab9f
commit
9166e2d0aa
@ -1,31 +0,0 @@
|
|||||||
`v0.4` includes a new metrics infrastructure based on OpenZiti usage, which provides `zrok` with telemetry used to power end-user intelligence about shares, and also to power usage-based limits.
|
|
||||||
|
|
||||||
# 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
|
|
||||||
```
|
|
Loading…
x
Reference in New Issue
Block a user