1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/trace
Krzesimir Nowak d9210f5676
Zipkin exporter (#495)
* Add zipkin exporter

The zipkin exporter implements the SpanBatcher interface. It follows
the current-at-the-time-of-writing document about conversion from
OpenTelemetry span data to Zipkin spans. Which means that endpoint
information is not yet filled.

* Fix typo in docs

* Add a zipkin example

This sends span information to a locally running zipkin collector.
Currently I have a problem getting the collector to show me the spans
after accepting them with HTTP 202. Not sure if this is because of
missing endpoint information.

* Make gitignore consistent

The fixed paths should be prefixed with a slash. The "relative" paths
mean that git will ignore all the files that end with the path.

* Add tests for zipkin exporter
2020-03-11 14:49:02 -07:00
..
internal Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
attributesMap.go specialize simplelru(span's lruMap) for attributes only (#328) 2019-11-18 10:51:57 -08:00
batch_span_processor_test.go fix data race in BatchedSpanProcessor (#518) 2020-03-05 13:41:00 -08:00
batch_span_processor.go fix data race in BatchedSpanProcessor (#518) 2020-03-05 13:41:00 -08:00
benchmark_test.go Drop SetAttribute from Span (#361) 2019-12-03 16:58:55 +11:00
config.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
doc.go Fix URL to opentelemetry.io (#464) 2020-02-05 07:18:40 -08:00
evictedqueue_test.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
evictedqueue.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
id_generator.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
provider.go Zipkin exporter (#495) 2020-03-11 14:49:02 -07:00
sampling_test.go Update Samplers to conform to Spec (#531) 2020-03-10 08:25:11 -07:00
sampling.go Update Samplers to conform to Spec (#531) 2020-03-10 08:25:11 -07:00
simple_span_processor_test.go Replace span relationship with a potentially remote parent context (#451) 2020-02-04 08:55:03 -08:00
simple_span_processor.go Move export types into trace and metric-specific subdirs (#289) 2019-11-05 13:08:55 -08:00
span_processor_test.go Rename GetTracer to Tracer (#347) 2019-11-25 09:46:07 -08:00
span_processor.go Move export types into trace and metric-specific subdirs (#289) 2019-11-05 13:08:55 -08:00
span.go Update Samplers to conform to Spec (#531) 2020-03-10 08:25:11 -07:00
trace_go11.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
trace_nongo11.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
trace_test.go Update Samplers to conform to Spec (#531) 2020-03-10 08:25:11 -07:00
trace.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00
tracer.go Add StartOptions to Tracer.WithSpan() (#472) 2020-02-10 21:07:32 -05:00
util_test.go Namespace import path under "/otel" (#274) 2019-11-01 11:40:29 -07:00