Documentation ¶
Index ¶
- type GitHubBillingExporterConfig
- func (cfg GitHubBillingExporterConfig) GetCollectorConfig() collector.CollectorConfig
- func (cfg GitHubBillingExporterConfig) GetGitHubClient() *github.Client
- func (cfg GitHubBillingExporterConfig) GetListeningAccess() string
- func (cfg GitHubBillingExporterConfig) GetLogger() log.Logger
- func (cfg GitHubBillingExporterConfig) GetMetricsPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubBillingExporterConfig ¶
type GitHubBillingExporterConfig struct {
// contains filtered or unexported fields
}
func NewGitHubBillingExporterConfig ¶
func NewGitHubBillingExporterConfig() GitHubBillingExporterConfig
func (GitHubBillingExporterConfig) GetCollectorConfig ¶
func (cfg GitHubBillingExporterConfig) GetCollectorConfig() collector.CollectorConfig
func (GitHubBillingExporterConfig) GetGitHubClient ¶
func (cfg GitHubBillingExporterConfig) GetGitHubClient() *github.Client
func (GitHubBillingExporterConfig) GetListeningAccess ¶
func (cfg GitHubBillingExporterConfig) GetListeningAccess() string
func (GitHubBillingExporterConfig) GetLogger ¶
func (cfg GitHubBillingExporterConfig) GetLogger() log.Logger
func (GitHubBillingExporterConfig) GetMetricsPath ¶
func (cfg GitHubBillingExporterConfig) GetMetricsPath() string
Click to show internal directories.
Click to hide internal directories.