Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func NewClient(cc *grpc.ClientConn) otlptrace.Client + type Connection struct + func NewConnection(cc *grpc.ClientConn, handler func(cc *grpc.ClientConn)) *Connection + func (c *Connection) Connected() bool + func (c *Connection) ContextWithMetadata(ctx context.Context) context.Context + func (c *Connection) ContextWithStop(ctx context.Context) (context.Context, context.CancelCauseFunc) + func (c *Connection) LastConnectError() error + func (c *Connection) SetStateDisconnected(err error) + func (c *Connection) Shutdown(ctx context.Context) error + func (c *Connection) StartConnection(ctx context.Context) error