Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugEmitter ¶
type DebugEmitter struct {
// contains filtered or unexported fields
}
func NewDebugEmitter ¶
func NewDebugEmitter(out io.Writer) *DebugEmitter
func (*DebugEmitter) EmitMetrics ¶
func (*DebugEmitter) EmitTraces ¶
type DebugMessage ¶
type JSONEmitter ¶
type JSONEmitter struct {
// contains filtered or unexported fields
}
func NewJSONEmitter ¶
func NewJSONEmitter(out io.Writer) *JSONEmitter
func (*JSONEmitter) EmitMetrics ¶
func (*JSONEmitter) EmitTraces ¶
type OTLPEmitter ¶
type OTLPEmitter struct {
// contains filtered or unexported fields
}
func NewOTLPEmitter ¶
func (*OTLPEmitter) EmitMetrics ¶
func (*OTLPEmitter) EmitTraces ¶
type TickerEmitter ¶
type TickerEmitter struct {
// contains filtered or unexported fields
}
func NewTickerEmitter ¶
func NewTickerEmitter(out io.Writer) *TickerEmitter
func (*TickerEmitter) EmitMetrics ¶
func (*TickerEmitter) EmitTraces ¶
Click to show internal directories.
Click to hide internal directories.