# Packages
No description provided by the author
# Functions
GlobalMeter returns the global meter.
GlobalTracer returns the global tracer.
InitExporter initializes the global tracer and meter.
InitGlobalMeter initializes the global meter.
InitGlobalTracer initializes the global tracer.
NewFloat64Counter creates a new float64 counter.
NewFloat64Histogram creates a new float64 histogram.
NewFloat64ObservableCounter creates a new float64 observable counter.
NewFloat64ObservableGauge creates a new float64 observable gauge.
NewFloat64ObservableUpDownCounter creates a new float64 observable up down counter.
NewFloat64UpDownCounter creates a new float64 up down counter.
NewInt64Counter creates a new int64 counter.
NewInt64Histogram creates a new int64 histogram.
NewInt64ObservableCounter creates a new int64 observable counter.
NewInt64ObservableGauge creates a new int64 observable gauge.
NewInt64ObservableUpDownCounter creates a new int64 observable up down counter.
NewInt64UpDownCounter creates a new int64 up down counter.
SetGlobalMeter sets the global meter.
SetGlobalTracer sets the global tracer.
Start starts a new span.
WithContext sets the context.
WithEndPoint sets the endpoint.
WithErrorHandler sets the error handler.
WithInSecure sets the gRPC inscure mode.
WithServiceName sets the service name.
# Interfaces
No description provided by the author