otlp

package
v0.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package otlp provides OpenTelemetry Protocol (OTLP) provider implementations

Package otlp provides OpenTelemetry Protocol (OTLP) provider implementations

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMetricReader

func NewMetricReader(ctx context.Context, config Config) (sdkmetric.Reader, error)

NewMetricReader creates an OTLP metric reader for use in a unified meter provider

func NewTracerProviderWithShutdown added in v0.2.17

func NewTracerProviderWithShutdown(
	ctx context.Context,
	config Config,
	res *resource.Resource,
) (trace.TracerProvider, func(context.Context) error, error)

NewTracerProviderWithShutdown creates an OTLP tracer provider with a shutdown function

Types

type Config

type Config struct {
	Endpoint     string
	Headers      map[string]string
	Insecure     bool
	SamplingRate float64
}

Config holds OTLP-specific configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL