collector

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	GitHubCache
}

func (*Collector) Collect

func (c *Collector) Collect(ch chan<- prometheus.Metric)

func (*Collector) Describe

func (c *Collector) Describe(ch chan<- *prometheus.Desc)

type GitHubCache

type GitHubCache struct {
	Client          GitHubClient
	Users           []string
	Repos           []string
	IncludeArchived bool
	Lifetime        time.Duration
	// contains filtered or unexported fields
}

func (*GitHubCache) Get

func (c *GitHubCache) Get() ([]RepoStats, error)

type GitHubClient

type GitHubClient interface {
	GetUserRepos(context.Context, string) ([]*github.Repository, error)
	GetRepo(context.Context, string) (*github.Repository, error)
	GetPullRequests(context.Context, string) ([]*github.PullRequest, error)
}

type RepoStats

type RepoStats struct {
	*github.Repository
	PullRequestCount int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL