Home
last modified time | relevance | path

Searched defs:consulOpts (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/consul_exporter/consul_exporter-0.3.0/
H A Dconsul_exporter.go85 type consulOpts struct { struct
86 uri string
87 caFile string
88 certFile string
89 keyFile string
90 serverName string
91 timeout time.Duration
95 func NewExporter(opts consulOpts, kvPrefix, kvFilter string, healthSummary bool) (*Exporter, error)…