1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk
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
..
export Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
internal Make histogram aggregator checkpoint consistent (#438) 2020-03-11 11:12:23 -07:00
metric Introduce metric constructor errors, MeterMust wrapper (#529) 2020-03-11 11:57:57 -07:00
resource add resource type. (#528) 2020-03-09 09:30:42 -07:00
trace Zipkin exporter (#495) 2020-03-11 14:49:02 -07:00
opentelemetry.go update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00