3
0
corteza/pkg/options/monitor.yaml
Denis Arh 44f7166d97 Options codegen improvements
- Add extra cli switches to generate docs from options
 - More automation/fallbacks/default values for options
2020-12-02 16:12:07 +01:00

12 lines
182 B
YAML

imports:
- time
docs:
title: Monitoring
props:
- name: interval
type: time.Duration
default: 300 * time.Second
description: Output (log) interval for monitoring.