Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewExporterArgs ¶
type NewExporterArgs struct {
OpenTelemetryResource *resource.Resource
GRPCClientConnection *grpc.ClientConn
}
type OpenTelemetryCollectorClient ¶
type OpenTelemetryCollectorClient struct {
// contains filtered or unexported fields
}
func NewOpenTelemetryCollectorClient ¶
func NewOpenTelemetryCollectorClient(ctx context.Context, url string) *OpenTelemetryCollectorClient
func (*OpenTelemetryCollectorClient) GetConnection ¶
func (o *OpenTelemetryCollectorClient) GetConnection() *grpc.ClientConn
func (*OpenTelemetryCollectorClient) Shutdown ¶
func (o *OpenTelemetryCollectorClient) Shutdown()
Click to show internal directories.
Click to hide internal directories.