Skip to content

Commit b69d024

Browse files
authored
Merge pull request #201 from jeremydvoss/release-1.0.0b7
Updated README for Release
2 parents 70e33e4 + f8bfaeb commit b69d024

File tree

3 files changed

+47
-35
lines changed

3 files changed

+47
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [1.0.0b7](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b7) - 2022-09-26
66

7+
- Moved and updated changelog
8+
([#201](https://github.com/microsoft/ApplicationInsights-Python/pull/201))
79
- Adding requests, flask, and psycopg2 instrumentations
810
([#199](https://github.com/microsoft/ApplicationInsights-Python/pull/199))
911
- Added publishing action

README.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,4 @@
1-
# Azure Monitor Opentelemetry Distro
1+
# Appliation Insights Python SDK
22

3-
Azure Monitor Distro of [Opentelemetry Python][ot_sdk_python] provides multiple installable components available for an Opentelemetry Azure Monitor monitoring solution. It allows you to instrument your Python applications to capture and report telemetry to Azure Monitor via the Azure monitor exporters.
3+
This repo currently holds a single package, `azure-monitor-opentelemetry-distro`. For more information about this package, see the associated [README](https://github.com/microsoft/ApplicationInsights-Python/blob/main/azure-monitor-opentelemetry-distro/README.md).
44

5-
This distro automatically installs the following libraries:
6-
7-
* [Azure Monitor OpenTelemetry exporters][azure_monitor_opentelemetry_exporters]
8-
9-
## Getting started
10-
11-
### Install the package
12-
13-
Install the Azure Monitor Opentelemetry Distro with [pip][pip]:
14-
15-
```Bash
16-
pip install azure-monitor-opentelemetry-distro --pre
17-
```
18-
19-
### Prerequisites:
20-
To use this package, you must have:
21-
* Azure subscription - [Create a free account][azure_sub]
22-
* Azure Monitor - [How to use application insights][application_insights_namespace]
23-
* Opentelemetry SDK - [Opentelemtry SDK for Python][ot_sdk_python]
24-
* Python 3.6 or later - [Install Python][python]
25-
26-
### Additional documentation
27-
28-
[Azure Portal][azure_portal]
29-
30-
<!-- LINKS -->
31-
[azure_monitor_opentelemetry_exporters]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter#microsoft-opentelemetry-exporter-for-azure-monitor
32-
[azure_portal]: https://portal.azure.com
33-
[azure_sub]: https://azure.microsoft.com/free/
34-
[application_insights_namespace]: https://docs.microsoft.com/azure/azure-monitor/app/
35-
[pip]: https://pypi.org/project/pip/
36-
[ot_sdk_python]: https://github.com/open-telemetry/opentelemetry-python
37-
[python]: https://www.python.org/downloads/
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Azure Monitor Opentelemetry Distro
2+
3+
Azure Monitor Distro of [Opentelemetry Python][ot_sdk_python] provides multiple installable components available for an Opentelemetry Azure Monitor monitoring solution. It allows you to instrument your Python applications to capture and report telemetry to Azure Monitor via the Azure monitor exporters.
4+
5+
This distro automatically installs the following libraries:
6+
7+
* [Azure Monitor OpenTelemetry exporters][azure_monitor_opentelemetry_exporters]
8+
* [OpenTelemetry Requests Instrumentation][opentelemetry_instrumentation_requests]
9+
* [OpenTelemetry Flask Instrumentation][opentelemetry_instrumentation_flask]
10+
* [OpenTelemetry Psycopg2 Instrumentation][opentelemetry_instrumentation_psycopg2]
11+
12+
## Getting started
13+
14+
### Install the package
15+
16+
Install the Azure Monitor Opentelemetry Distro with [pip][pip]:
17+
18+
```Bash
19+
pip install azure-monitor-opentelemetry-distro
20+
```
21+
22+
### Prerequisites:
23+
To use this package, you must have:
24+
* Azure subscription - [Create a free account][azure_sub]
25+
* Azure Monitor - [How to use application insights][application_insights_namespace]
26+
* Opentelemetry SDK - [Opentelemtry SDK for Python][ot_sdk_python]
27+
* Python 3.6 or later - [Install Python][python]
28+
29+
### Additional documentation
30+
31+
[Azure Portal][azure_portal]
32+
33+
<!-- LINKS -->
34+
[azure_monitor_opentelemetry_exporters]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter#microsoft-opentelemetry-exporter-for-azure-monitor
35+
[azure_portal]: https://portal.azure.com
36+
[azure_sub]: https://azure.microsoft.com/free/
37+
[application_insights_namespace]: https://docs.microsoft.com/azure/azure-monitor/app/
38+
[pip]: https://pypi.org/project/pip/
39+
[ot_sdk_python]: https://github.com/open-telemetry/opentelemetry-python
40+
[opentelemetry_instrumentation_requests]: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-requests
41+
[opentelemetry_instrumentation_flask]: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-flask
42+
[opentelemetry_instrumentation_psycopg2]: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2
43+
[python]: https://www.python.org/downloads/

0 commit comments

Comments
 (0)