opentelemetry-go/sdk/trace
Tyler Yahn 33eb582188
Upgrade semconv to 1.34.0 in sdk/trace (#6835)
2025-05-28 11:10:10 -07:00
..
tracetest feat(trace): add concurrent-safe Reset method to SpanRecorder (#5994) 2024-11-25 21:20:46 +01:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
batch_span_processor.go sdk/trace: Fix gorountine leak in batchSpanProcessor.ForceFlush (#6369) 2025-02-27 11:28:31 +01:00
batch_span_processor_test.go sdk/trace: Manage trace environment variables in testing package (#6552) 2025-03-28 09:45:34 +01:00
benchmark_test.go Move trace sdk tests from trace_test into trace package (#6400) 2025-03-04 21:29:11 -05:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
event.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
evictedqueue.go Reduce `newEvictedQueueLink` and `newEvictedQueueEvent` memory allocations (#5858) 2024-10-08 09:43:14 +02:00
evictedqueue_test.go Reduce `newEvictedQueueLink` and `newEvictedQueueEvent` memory allocations (#5858) 2024-10-08 09:43:14 +02:00
id_generator.go all: replace math/rand with math/rand/v2 (#6732) 2025-05-15 09:21:49 +02:00
id_generator_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
link.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
main_test.go sdk/trace: Fix goroutine leak in simpleSpanProcessor.Shutdown (#6368) 2025-02-26 23:32:15 +01:00
provider.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
provider_test.go all: replace math/rand with math/rand/v2 (#6732) 2025-05-15 09:21:49 +02:00
sampler_env.go [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
sampling.go Fix comment of the RecordOnly sampling decision (#6257) 2025-02-06 10:06:15 -08:00
sampling_test.go all: replace math/rand with math/rand/v2 (#6732) 2025-05-15 09:21:49 +02:00
simple_span_processor.go sdk/trace: Fix goroutine leak in simpleSpanProcessor.Shutdown (#6368) 2025-02-26 23:32:15 +01:00
simple_span_processor_test.go Move trace sdk tests from trace_test into trace package (#6400) 2025-03-04 21:29:11 -05:00
snapshot.go Allow relying on InstrumentationScope in SpanStub and fix remaining deprecation issues (#5627) 2024-07-24 09:33:07 +02:00
span.go Upgrade semconv to 1.34.0 in sdk/trace (#6835) 2025-05-28 11:10:10 -07:00
span_exporter.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
span_limits.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
span_limits_test.go sdk/trace: Manage trace environment variables in testing package (#6552) 2025-03-28 09:45:34 +01:00
span_processor.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
span_processor_annotator_example_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
span_processor_filter_example_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
span_processor_test.go Move trace sdk tests from trace_test into trace package (#6400) 2025-03-04 21:29:11 -05:00
span_test.go Fix attribute value truncation (#5997) 2024-11-26 09:41:55 +01:00
trace_test.go Upgrade semconv to 1.34.0 in sdk/trace (#6835) 2025-05-28 11:10:10 -07:00
tracer.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
util_test.go sdk/trace: Move testing harness to trace (#6589) 2025-04-10 08:59:11 -07:00
version.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00

README.md

SDK Trace

PkgGoDev