mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-14 14:52:58 +02:00
Add SSL to InfluxDB sink
This commit is contained in:
@@ -12,6 +12,7 @@ type SinkConfig struct {
|
||||
Password string `json:"password"`
|
||||
Organization string `json:"organization"`
|
||||
Type string `json:"type"`
|
||||
SSL bool `json:"ssl"`
|
||||
}
|
||||
|
||||
type Sink struct {
|
||||
@@ -21,6 +22,7 @@ type Sink struct {
|
||||
password string
|
||||
database string
|
||||
organization string
|
||||
ssl bool
|
||||
}
|
||||
|
||||
type SinkFuncs interface {
|
||||
|
Reference in New Issue
Block a user