Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBucketSeconds ¶
func GetBucketSeconds() int64
func GetFlushIntervalMinutes ¶
func GetFlushIntervalMinutes() int
Types ¶
type PerfMetricsSetting ¶
type PerfMetricsSetting struct {
Enabled bool `json:"enabled"`
FlushInterval int `json:"flush_interval"`
BucketTime string `json:"bucket_time"`
RetentionDays int `json:"retention_days"`
}
func GetSetting ¶
func GetSetting() PerfMetricsSetting
Click to show internal directories.
Click to hide internal directories.