Skip to content

Commit 52f0fc0

Browse files
authored
Merge pull request #107418 from lzchen/preview
Remove preview from OpenCensus Python
2 parents 4d18156 + f260ec3 commit 52f0fc0

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There are several ways to get started. Begin with whichever works best for you.
9898
* [.NET Console Applications](../../azure-monitor/app/console.md)
9999
* [Java](../../azure-monitor/app/java-get-started.md)
100100
* [Node.js](../../azure-monitor/app/nodejs.md)
101-
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
101+
* [Python](../../azure-monitor/app/opencensus-python.md)
102102
* [Other platforms](../../azure-monitor/app/platforms.md)
103103
* **[Instrument your web pages](../../azure-monitor/app/javascript.md)** for page view, AJAX, and other client-side telemetry.
104104
* **[Analyze mobile app usage](../../azure-monitor/learn/mobile-center-quickstart.md)** by integrating with Visual Studio App Center.
@@ -117,7 +117,7 @@ Get started at development time with:
117117
* [ASP.NET Core](../../azure-monitor/app/asp-net-core.md)
118118
* [Java](../../azure-monitor/app/java-get-started.md)
119119
* [Node.js](../../azure-monitor/app/nodejs.md)
120-
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
120+
* [Python](../../azure-monitor/app/opencensus-python.md)
121121

122122

123123
## Support and feedback

articles/azure-monitor/app/distributed-tracing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.reviewer: mbullwin
1111

1212
# What is Distributed Tracing?
1313

14-
The advent of modern cloud and [microservices](https://azure.com/microservices) architectures has given rise to simple, independently deployable services that can help reduce costs while increasing availability and throughput. But while these movements have made individual services easier to understand as a whole, theyve made overall systems more difficult to reason about and debug.
14+
The advent of modern cloud and [microservices](https://azure.com/microservices) architectures has given rise to simple, independently deployable services that can help reduce costs while increasing availability and throughput. But while these movements have made individual services easier to understand as a whole, they've made overall systems more difficult to reason about and debug.
1515

16-
In monolithic architectures, weve gotten used to debugging with call stacks. Call stacks are brilliant tools for showing the flow of execution (Method A called Method B, which called Method C), along with details and parameters about each of those calls. This is great for monoliths or services running on a single process, but how do we debug when the call is across a process boundary, not simply a reference on the local stack?
16+
In monolithic architectures, we've gotten used to debugging with call stacks. Call stacks are brilliant tools for showing the flow of execution (Method A called Method B, which called Method C), along with details and parameters about each of those calls. This is great for monoliths or services running on a single process, but how do we debug when the call is across a process boundary, not simply a reference on the local stack?
1717

18-
Thats where distributed tracing comes in.
18+
That's where distributed tracing comes in.
1919

2020
Distributed tracing is the equivalent of call stacks for modern cloud and microservices architectures, with the addition of a simplistic performance profiler thrown in. In Azure Monitor, we provide two experiences for consuming distributed trace data. The first is our [transaction diagnostics](https://docs.microsoft.com/azure/application-insights/app-insights-transaction-diagnostics) view, which is like a call stack with a time dimension added in. The transaction diagnostics view provides visibility into one single transaction/request, and is helpful for finding the root cause of reliability issues and performance bottlenecks on a per request basis.
2121

@@ -34,7 +34,7 @@ The Application Insights SDKs for .NET, .NET Core, Java, Node.js, and JavaScript
3434
* [Java](https://docs.microsoft.com/azure/application-insights/app-insights-java-get-started)
3535
* [Node.js](https://docs.microsoft.com/azure/application-insights/app-insights-nodejs-quick-start)
3636
* [JavaScript](https://docs.microsoft.com/azure/application-insights/app-insights-javascript)
37-
* [Python (preview)](opencensus-python.md)
37+
* [Python](opencensus-python.md)
3838

3939
With the proper Application Insights SDK installed and configured, tracing information is automatically collected for popular frameworks, libraries, and technologies by SDK dependency auto-collectors. The full list of supported technologies is available in [the Dependency auto-collection documentation](https://docs.microsoft.com/azure/application-insights/auto-collect-dependencies).
4040

@@ -44,7 +44,7 @@ With the proper Application Insights SDK installed and configured, tracing infor
4444

4545
In addition to the Application Insights SDKs, Application Insights also supports distributed tracing through [OpenCensus](https://opencensus.io/). OpenCensus is an open source, vendor-agnostic, single distribution of libraries to provide metrics collection and distributed tracing for services. It also enables the open source community to enable distributed tracing with popular technologies like Redis, Memcached, or MongoDB. [Microsoft collaborates on OpenCensus with several other monitoring and cloud partners](https://open.microsoft.com/2018/06/13/microsoft-joins-the-opencensus-project/).
4646

47-
[Python (preview)](opencensus-python.md)
47+
[Python](opencensus-python.md)
4848

4949
The OpenCensus website maintains API reference documentation for [Python](https://opencensus.io/api/python/trace/usage.html) and [Go](https://godoc.org/go.opencensus.io), as well as various different guides for using OpenCensus.
5050

articles/azure-monitor/app/platforms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: olegan
1313
* [Java](../../azure-monitor/app/java-get-started.md)
1414
* [JavaScript](../../azure-monitor/app/javascript.md)
1515
* [Node.JS](../../azure-monitor/app/nodejs.md)
16-
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
16+
* [Python](../../azure-monitor/app/opencensus-python.md)
1717

1818
## Supported platforms and frameworks
1919

@@ -30,7 +30,7 @@ ms.reviewer: olegan
3030
* [iOS](../../azure-monitor/learn/mobile-center-quickstart.md) (App Center)
3131
* [Java EE](../../azure-monitor/app/java-get-started.md)
3232
* [Node.JS](https://www.npmjs.com/package/applicationinsights)
33-
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
33+
* [Python](../../azure-monitor/app/opencensus-python.md)
3434
* [Universal Windows app](../../azure-monitor/learn/mobile-center-quickstart.md) (App Center)
3535
* [Windows desktop applications, services, and worker roles](../../azure-monitor/app/windows-desktop.md)
3636

@@ -46,4 +46,4 @@ ms.reviewer: olegan
4646
* [Stream Analytics](../../azure-monitor/app/export-power-bi.md)
4747

4848
## Unsupported SDKs
49-
We're aware that several other community-supported SDKs exist. However, Azure Monitor only provides support when using the supported SDKs listed on this page. Were constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news.
49+
We're aware that several other community-supported SDKs exist. However, Azure Monitor only provides support when using the supported SDKs listed on this page. We're constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news.

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ See also: https://docs.microsoft.com/azure/azure-monitor/app/custom-endpoints#re
102102

103103
In this example, only the Instrumentation Key has been set.
104104

105-
- Authorization scheme defaults to ikey
105+
- Authorization scheme defaults to "ikey"
106106
- Instrumentation Key: 00000000-0000-0000-0000-000000000000
107107
- The regional service URIs are based on the [SDK defaults](https://github.com/microsoft/ApplicationInsights-dotnet/blob/e50d569cebf485e72e98f4a08a0bc0e30cdf42bc/BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Endpoints/Constants.cs#L6) and will connect to the public global Azure:
108108
- Ingestion: https://dc.services.visualstudio.com/
@@ -118,7 +118,7 @@ In this example, only the Instrumentation Key has been set.
118118

119119
In this example, this connection string specifies the endpoint suffix and the SDK will construct service endpoints.
120120

121-
- Authorization scheme defaults to ikey
121+
- Authorization scheme defaults to "ikey"
122122
- Instrumentation Key: 00000000-0000-0000-0000-000000000000
123123
- The regional service URIs are based on provided endpoint suffix:
124124
- Ingestion: https://dc.ai.contoso.com
@@ -134,7 +134,7 @@ In this example, this connection string specifies the endpoint suffix and the SD
134134

135135
In this example, this connection string specifies explicit overrides for every service. The SDK will use the exact endpoints provided without modification.
136136

137-
- Authorization scheme defaults to ikey
137+
- Authorization scheme defaults to "ikey"
138138
- Instrumentation Key: 00000000-0000-0000-0000-000000000000
139139
- The regional service URIs are based on the explicit override values:
140140
- Ingestion: https:\//custom.com:111/
@@ -275,4 +275,4 @@ Get started at development time with:
275275
* [ASP.NET Core](../../azure-monitor/app/asp-net-core.md)
276276
* [Java](../../azure-monitor/app/java-get-started.md)
277277
* [Node.js](../../azure-monitor/app/nodejs.md)
278-
* [Python (preview)](../../azure-monitor/app/opencensus-python.md)
278+
* [Python](../../azure-monitor/app/opencensus-python.md)

0 commit comments

Comments
 (0)