Documentation ¶
Overview ¶
Copyright The OpenTelemetry Authors SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConsumeContract ¶
func CheckConsumeContract(params CheckConsumeContractParams)
func NewNopFactory ¶
NewNopFactory returns an exporter.Factory that constructs nop exporters.
func NewNopSettings ¶
NewNopSettings returns a new nop settings for Create* functions.
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.