Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewParser ¶
func NewParser(r io.Reader, opts ParserOptions) *parser
func NewRepository ¶ added in v0.0.2
func NewRepository(repo string) *repository
Types ¶
type ParserOptions ¶ added in v0.0.2
type Repository ¶ added in v0.0.2
type Repository struct { Name string // contains filtered or unexported fields }
func (Repository) Collect ¶ added in v0.0.2
func (p Repository) Collect(ch chan<- prometheus.Metric)
func (Repository) Describe ¶ added in v0.0.2
func (p Repository) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.