package internal
Import Path
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package internal provides internal functionally for the otlptracegrpc package.
partialsuccess.go
Package-Level Type Names (only one)
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
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.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |