Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SentryGatherer ¶
type SentryGatherer struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts Options) (*SentryGatherer, error)
func (*SentryGatherer) Gather ¶
func (g *SentryGatherer) Gather() ([]*dto.MetricFamily, error)
func (*SentryGatherer) Start ¶
func (g *SentryGatherer) Start(ctx context.Context)
type SentryIssue ¶
type SentryIssue struct {
ShortID string `json:"shortId"`
}
type SentryOrganizationTeam ¶
type SentryOrganizationTeam struct{}
Click to show internal directories.
Click to hide internal directories.