Documentation
¶
Overview ¶
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NopType = component.MustNewType("nop")
Functions ¶
func CheckConsumeContract ¶
func CheckConsumeContract(params CheckConsumeContractParams)
func NewNopFactory ¶
NewNopFactory returns an exporter.Factory that constructs nop exporters.
Types ¶
type CheckConsumeContractParams ¶
type CheckConsumeContractParams struct {
T *testing.T
NumberOfTestElements int
Signal pipeline.Signal
// ExporterFactory to create an exporter to be tested.
ExporterFactory exporter.Factory
ExporterConfig component.Config
// ReceiverFactory to create a mock receiver.
ReceiverFactory receiver.Factory
ReceiverConfig component.Config
}
Click to show internal directories.
Click to hide internal directories.