Skip to content

Commit cd85223

Browse files
authored
Add excerpt about logging signal breaking changes
1 parent d327927 commit cd85223

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ See the [OpenTelemetry Instrumentation for Python](https://opentelemetry.io/docs
1414
| ------- | ------------ | ------- |
1515
| Traces | Stable | N/A |
1616
| Metrics | Stable | N/A |
17-
| Logs | Experimental | N/A |
17+
| Logs | Experimental* | N/A |
1818

1919
Project versioning information and stability guarantees can be found [here](./rationale.md#versioning-and-releasing).
2020

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+
2125
## Getting started
2226

2327
You can find the getting started guide for OpenTelemetry Python [here](https://opentelemetry.io/docs/instrumentation/python/getting-started/).

0 commit comments

Comments
 (0)