You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #164 from nachoBonafonte/clarify-experimental-statuses
Add experimental information about the specs.
We have added extra information to the readme and renamed some libraries only dependant on those experimental API. I hope it is enough to solve the issue.
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,14 @@ or
32
32
```
33
33
34
34
## Current status
35
-
**Please note** Tracing spec follows version 1.0.1 and should be considered almost stable now. Metrics support is experimental, and the spec is still under development
36
-
37
-
Currently Tracing, Metrics and Baggage API's and SDK are implemented, also OpenTracing shims, for compatibility with existing Opentracing code.
35
+
<!--Please note:
36
+
Tracing spec follows version 1.0.1 and should be considered almost stable now.
37
+
Metrics support is experimental, and the spec is still under development.
38
+
Semantic Conventions AND OpenTracing shim are also experimental.
39
+
Libraries only dependant on these experimental status include the experimental postfix
40
+
-->
41
+
42
+
Currently Tracing, Metrics and Baggage API's and SDK are implemented, also OpenTracing shim, for compatibility with existing Opentracing code.
38
43
39
44
Implemented traces exporters: Stdout, Jaeger, Zipkin, Datadog and OpenTelemetry collector
0 commit comments