Skip to content

Commit 377181c

Browse files
Merge pull request #251527 from lzchen/oc
Update Opencensus/OpenTelemetry monitoring docs to reflect stable version
2 parents d491d53 + f48d3b9 commit 377181c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/app/opencensus-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: mmcc
1111
# Set up Azure Monitor for your Python application
1212

1313
> [!NOTE]
14-
> OpenTelemetry announced the [sunsetting of OpenCensus](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). Azure continues to support the Python OpenCensus SDK and will not drop support for it without at least one year of advance notification. A preview of our [OpenTelemetry-based Python offering](opentelemetry-enable.md?tabs=python) is available.
14+
> OpenTelemetry announced the [sunsetting of OpenCensus](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). Azure continues to support the Python OpenCensus SDK and will not drop support for it without at least one year of advance notification. The [OpenTelemetry-based Python offering](opentelemetry-enable.md?tabs=python) is our current reccomended solution for Python applications.
1515
1616
Azure Monitor supports distributed tracing, metric collection, and logging of Python applications.
1717

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ npm install @opentelemetry/sdk-trace-base
128128
Install the latest [azure-monitor-opentelemetry](https://pypi.org/project/azure-monitor-opentelemetry/) PyPI package:
129129

130130
```sh
131-
pip install azure-monitor-opentelemetry --pre
131+
pip install azure-monitor-opentelemetry
132132
```
133133

134134
---

0 commit comments

Comments
 (0)