Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultPort is the default HTTP port of the collector. DefaultPort uint16 = 4318 // DefaultHost is the host address the client will attempt // connect to if no collector address is provided. DefaultHost string = "localhost" // DefaultPath is a default URL path for endpoint that receives spans. DefaultPath string = "/v1/traces" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) ExportSpans ¶
func (*Exporter) MarshalLog ¶
func (e *Exporter) MarshalLog() interface{}
MarshalLog is the marshaling function used by the logging system to represent this Exporter.
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithEndpoint ¶
func WithEndpointURL ¶
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
convert
Original source: https://github.com/open-telemetry/opentelemetry-go/blob/v1.31.0/exporters/otlp/otlptrace/internal/tracetransform/attribute.go
|
Original source: https://github.com/open-telemetry/opentelemetry-go/blob/v1.31.0/exporters/otlp/otlptrace/internal/tracetransform/attribute.go |
types
Original source: https://github.com/open-telemetry/opentelemetry-proto-go/blob/v1.3.1/slim/otlp/common/v1/common.pb.go
|
Original source: https://github.com/open-telemetry/opentelemetry-proto-go/blob/v1.3.1/slim/otlp/common/v1/common.pb.go |
Click to show internal directories.
Click to hide internal directories.