This commit is contained in:
Bogdan Berce 2015-01-21 18:25:11 -08:00
Родитель a1ba497fc1
Коммит fb07ec7cf6
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -26,9 +26,6 @@ Application Insights SDK for Python
* :ref:`Advanced logging configuration <usage-sample-13>`
* :ref:`Logging unhandled exceptions <usage-sample-14>`
| Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
| -- \ `The Python Tutorial - Introduction <https://docs.python.org/3/tutorial/>`__\
This project extends the Application Insights API surface to support Python. `Application
Insights <http://azure.microsoft.com/en-us/services/application-insights/>`__ is a service that allows developers to keep their application available, performing and succeeding. This Python module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal.
@ -280,4 +277,4 @@ Once installed, you can send telemetry to Application Insights. Here are a few s
enable('<YOUR INSTRUMENTATION KEY GOES HERE>')
# raise an exception (this will be sent to the Application Insights service as an exception telemetry object)
raise Exception('Boom!')
raise Exception('Boom!')