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)
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.
![]() |
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. |