package internal

Import Path
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal (on go.dev)

Dependency Relation
	imports one package, and imported by 2 packages

Involved Source Files Package internal provides internal functionally for the otlptracegrpc package. partialsuccess.go version.go
Package-Level Type Names (only one)
/* sort by: | */
PartialSuccess represents the underlying error for all handling OTLP partial success messages. Use `errors.Is(err, PartialSuccess{})` to test whether an error passed to the OTel error handler belongs to this category. ErrorMessage string RejectedItems int64 RejectedKind string As returns true if ps can be assigned to target and makes the assignment. Otherwise, it returns false. This supports the errors.As() interface. Error implements the error interface. Is supports the errors.Is() interface. PartialSuccess : error
Package-Level Functions (total 2)
MetricPartialSuccessError returns an error describing a partial success response for the metric signal.
TracePartialSuccessError returns an error describing a partial success response for the trace signal.
Package-Level Constants (only one)
Version is the current release version of the OpenTelemetry OTLP gRPC trace exporter in use.