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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ See the [OpenTelemetry Instrumentation for Python](https://opentelemetry.io/docs
14
14
| ------- | ------------ | ------- |
15
15
| Traces | Stable | N/A |
16
16
| Metrics | Stable | N/A |
17
-
| Logs | Experimental | N/A |
17
+
| Logs | Experimental*| N/A |
18
18
19
19
Project versioning information and stability guarantees can be found [here](./rationale.md#versioning-and-releasing).
20
20
21
+
***Breaking Changes**
22
+
23
+
We are working on stabilizing the Log signal that would require making deprecations and breaking changes. We will try to reduce the releases that may require an update to your code, especially for instrumentations or for sdk developers.
24
+
21
25
## Getting started
22
26
23
27
You can find the getting started guide for OpenTelemetry Python [here](https://opentelemetry.io/docs/instrumentation/python/getting-started/).
0 commit comments