Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OTelManager ¶
type OTelManager struct {
// contains filtered or unexported fields
}
func NewOTelManager ¶
func NewOTelManager() *OTelManager
func (*OTelManager) EndSpan ¶
func (m *OTelManager) EndSpan(span *Span)
func (*OTelManager) Export ¶
func (m *OTelManager) Export() string
func (*OTelManager) GetSpans ¶
func (m *OTelManager) GetSpans() []Span
func (*OTelManager) StartSpan ¶
func (m *OTelManager) StartSpan(name string) *Span
Click to show internal directories.
Click to hide internal directories.