1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/sdk
Anthony Mirabella 995be31f42
Add ForceFlush() method to SpanProcessor interface (#1166)
* Add ForceFlush() method to SpanProcessor interface

* Add a stub implementation to SimpleSpanProcessor
* Add a working implementation to BatchSpanProcessor

* add CHANGELOG.md entry

* Eliminate sleep from BatchSpanProcessor.ForceFlush() test

* Generating test spans serially should reduce test flakiness
2020-09-20 13:35:44 -04:00
..
export Ensure exported interfaces have named method parameters (#1172) 2020-09-16 09:09:45 -07:00
instrumentation Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
internal Remove google.golang.org/grpc/codes dependency from API by adding an equivalent codes package (#1046) 2020-08-10 09:17:09 -07:00
metric Ensure exported interfaces have named method parameters (#1172) 2020-09-16 09:09:45 -07:00
resource Don't consider unset env var to be an error during resource detection (#1170) 2020-09-14 12:08:05 -04:00
trace Add ForceFlush() method to SpanProcessor interface (#1166) 2020-09-20 13:35:44 -04:00
go.mod Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /sdk (#1145) 2020-09-09 13:25:27 -04:00
go.sum Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /sdk (#1145) 2020-09-09 13:25:27 -04:00
opentelemetry.go Release v0.11.0 (#1089) 2020-08-24 22:38:37 -04:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00