package internal
import "go.opentelemetry.io/otel/exporters/otlp/internal"
Package internal contains common functionality for all OTLP exporters.
Package internal contains common functionality for all OTLP exporters.
Index ¶
- func CleanPath(urlPath string, defaultPath string) string
- func GetUserAgentHeader() string
- func MetricPartialSuccessError(itemsRejected int64, errorMessage string) error
- func TracePartialSuccessError(itemsRejected int64, errorMessage string) error
- type PartialSuccess
Functions ¶
func CleanPath ¶
CleanPath returns a path with all spaces trimmed and all redundancies removed. If urlPath is empty or cleaning it results in an empty string, defaultPath is returned instead.
func GetUserAgentHeader ¶
func GetUserAgentHeader() string
GetUserAgentHeader return an OTLP header value form "OTel OTLP Exporter Go/{{ .Version }}" https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#user-agent
func MetricPartialSuccessError ¶
MetricPartialSuccessError returns an error describing a partial success response for the metric signal.
func TracePartialSuccessError ¶
TracePartialSuccessError returns an error describing a partial success response for the trace signal.
Types ¶
type PartialSuccess ¶
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.
func (PartialSuccess) Error ¶
func (ps PartialSuccess) Error() string
Error implements the error interface.
func (PartialSuccess) Is ¶
func (ps PartialSuccess) Is(err error) bool
Is supports the errors.Is() interface.
Source Files ¶
config.go header.go partialsuccess.go
Directories ¶
Path | Synopsis |
---|---|
exporters/otlp/internal/envconfig |
- Version
- v1.11.2
- Published
- Dec 5, 2022
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 7 hours ago –
Tools for package owners.