Documentation
¶
Index ¶
- func RecordCommits(c *Client, ctx context.Context, data []*typespb.Commit) error
- func RecordJobs(c *Client, ctx context.Context, data []*typespb.Job) error
- func RecordMergeRequestNoteEvents(c *Client, ctx context.Context, data []*typespb.MergeRequestNoteEvent) error
- func RecordMergeRequests(c *Client, ctx context.Context, data []*typespb.MergeRequest) error
- func RecordMetrics(c *Client, ctx context.Context, data []*typespb.Metric) error
- func RecordPipelines(c *Client, ctx context.Context, data []*typespb.Pipeline) error
- func RecordProjects(c *Client, ctx context.Context, data []*typespb.Project) error
- func RecordSections(c *Client, ctx context.Context, data []*typespb.Section) error
- func RecordTestCases(c *Client, ctx context.Context, data []*typespb.TestCase) error
- func RecordTestReports(c *Client, ctx context.Context, data []*typespb.TestReport) error
- func RecordTestSuites(c *Client, ctx context.Context, data []*typespb.TestSuite) error
- func RecordTraces(c *Client, ctx context.Context, data []*typespb.Trace) error
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordCommits ¶ added in v0.8.0
func RecordJobs ¶ added in v0.6.0
func RecordMergeRequestNoteEvents ¶ added in v0.9.0
func RecordMergeRequests ¶ added in v0.8.0
func RecordMetrics ¶ added in v0.6.0
func RecordPipelines ¶ added in v0.6.0
func RecordProjects ¶ added in v0.8.0
func RecordSections ¶ added in v0.6.0
func RecordTestCases ¶ added in v0.6.0
func RecordTestReports ¶ added in v0.6.0
func RecordTestSuites ¶ added in v0.6.0
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) MetricsCollector ¶ added in v0.7.0
func (c *Client) MetricsCollector() prometheus.Collector
Click to show internal directories.
Click to hide internal directories.