Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
Receiver is the type used to handle spans from OpenTelemetry exporters.
func New ¶
func New(instanceName string, nextConsumer consumer.LogsConsumer) *Receiver
New creates a new Receiver reference.
func (*Receiver) Export ¶
func (r *Receiver) Export(ctx context.Context, req *collectorlog.ExportLogsServiceRequest) (*collectorlog.ExportLogsServiceResponse, error)
Click to show internal directories.
Click to hide internal directories.