1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-05-16 09:18:55 +02:00

Add Godoc link to README (#44)

[Closes #43]
This commit is contained in:
Isobel Redelmeier
2019-07-02 16:22:54 -07:00
committed by rghetia
parent 20b2f718b8
commit c9df470779
+2
View File
@@ -1,3 +1,5 @@
[![Docs](https://godoc.org/github.com/open-telemetry/opentelemetry-go?status.svg)](http://godoc.org/github.com/open-telemetry/opentelemetry-go)
This is a prototype *intended to be modified* into the opentelemetry-go implementation. The `api` directory here should be used as a starting point to introduce a new OpenTelemetry exporter, wherease the existing `exporter/observer` streaming model should be help verify the api
To run the examples, first build the stderr tracer plugin (requires Linux or OS X):