We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dd14b commit 943bb7aCopy full SHA for 943bb7a
README.md
@@ -25,11 +25,18 @@ observability tools.
25
26
## Project Status
27
28
-| Signal | Status |
29
-| ------- | ---------- |
30
-| Logs | Alpha* |
31
-| Metrics | Alpha |
32
-| Traces | Beta |
+| Signal/Component | Overall Status |
+| -------------------- | ------------------ |
+| Logs-API | Alpha* |
+| Logs-SDK | Alpha |
+| Logs-OTLP Exporter | Alpha |
33
+| Logs-Appender-Tracing | Alpha |
34
+| Metrics-API | Alpha |
35
+| Metrics-SDK | Alpha |
36
+| Metrics-OTLP Exporter | Alpha |
37
+| Traces-API | Beta |
38
+| Traces-SDK | Beta |
39
+| Traces-OTLP Exporter | Beta |
40
41
*OpenTelemetry Rust is not introducing a new end user callable Logging API.
42
Instead, it provides [Logs Bridge
0 commit comments