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: articles/azure-monitor/app/nuget.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,22 @@ Below is the current list of stable release NuGet Packages for Application Insig
39
39
| Microsoft.ApplicationInsights.WindowsServer | 2.8.0 | Application Insights Windows Server NuGet package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform-specific packages or as a standalone package for .NET applications that are not covered by platform-specific packages (like for .NET worker roles). |[Download Package](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WindowsServer/)|
40
40
| Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel | 2.8.0 | Provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. |[Download Package](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/)|
41
41
42
+
## Common packages for Python using OpenCensus
43
+
| Package Name | Stable Version | Description | Download |
| opencensus-ext-azure | 1.0.0 | Application Insights for Python applications under Azure Monitor via OpenCensus. |[Download Package](https://pypi.org/project/opencensus-ext-azure/)|
46
+
| opencensus-ext-django | 0.7.2 | This package provides integration with the Python [django](https://pypi.org/project/django/) library. |[Download Package](https://pypi.org/project/opencensus-ext-django/)|
47
+
| opencensus-ext-flask | 0.7.3 | This package provides integration with the Python [flask](https://pypi.org/project/flask/) library. |[Download Package](https://pypi.org/project/opencensus-ext-flask/)|
48
+
| opencensus-ext-httplib | 0.7.2 | This package provides integration with the Python [http.client](https://docs.python.org/3/library/http.client.html) library for Python3 and [httplib](https://docs.python.org/2/library/httplib.html) for Python2. |[Download Package](https://pypi.org/project/opencensus-ext-httplib/)|
49
+
| opencensus-ext-logging | 0.1.0 | This package enriches log records with trace data. |[Download Package](https://pypi.org/project/opencensus-ext-logging/)|
50
+
| opencensus-ext-mysql | 0.1.2 | This package provides integration with the Python [mysql-connector](https://pypi.org/project/mysql-connector/) library. |[Download Package](https://pypi.org/project/opencensus-ext-mysql/)|
51
+
| opencensus-ext-postgresql | 0.1.2 | This package provides integration with the Python [psycopg2](https://pypi.org/project/psycopg2/) library. |[Download Package](https://pypi.org/project/opencensus-ext-postgresql/)|
52
+
| opencensus-ext-pymongo | 0.7.1 | This package provides integration with the Python [pymongo](https://pypi.org/project/pymongo/) library. |[Download Package](https://pypi.org/project/opencensus-ext-pymongo/)|
53
+
| opencensus-ext-pymysql | 0.1.2 | This package provides integration with the Python [PyMySQL](https://pypi.org/project/PyMySQL/) library. |[Download Package](https://pypi.org/project/opencensus-ext-pymysql/)|
54
+
| opencensus-ext-pyramid | 0.7.1 | This package provides integration with the Python [pyramid](https://pypi.org/project/pyramid/) library. |[Download Package](https://pypi.org/project/opencensus-ext-pyramid/)|
55
+
| opencensus-ext-requests | 0.7.2 | This package provides integration with the Python [requests](https://pypi.org/project/requests/) library. |[Download Package](https://pypi.org/project/opencensus-ext-requests/)|
56
+
| opencensus-ext-sqlalchemy | 0.1.2 | This package provides integration with the Python [SQLAlchemy](https://pypi.org/project/SQLAlchemy/) library. |[Download Package](https://pypi.org/project/opencensus-ext-sqlalchemy/)|
57
+
42
58
## Listeners/collectors/appenders
43
59
44
60
| Package Name | Stable Version | Description | Download |
0 commit comments