Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateGrafana ¶
CreateGrafana is init grafana charts params with wheel
func (CreateGrafana) WheelGrafana ¶
func (c CreateGrafana) WheelGrafana() error
WheelGrafana create grafana with wheel
type CreateInfluxDB ¶
type CreateInfluxDB struct {
Name string
ChartURL string `json:"chart_url"`
Values Values `json:"values,omitempty"`
}
CreateInfluxDB is init influxdb charts params with wheel
func (*CreateInfluxDB) WheelInfluxdb ¶
func (c *CreateInfluxDB) WheelInfluxdb(retention, pvcsize string) error
WheelInfluxdb create influxdb with wheel
type Raw ¶
type Raw struct {
Persistence Persistence `json:"persistence"`
RetentionPolicy string `json:"retentionPolicy"`
}
Raw init tsdb persistence and retention policy
Click to show internal directories.
Click to hide internal directories.