Skip to main content

Microsoft Azure Azure Core Opencensus plugin Library for Python

Project description

Azure Core Tracing OpenCensus client library for Python

Getting started

Install the opencensus python for Python with pip:

pip install azure-core-tracing-opencensus --pre

Now you can use opencensus for Python as usual with any SDKs that is compatible with azure-core tracing. This includes (not exhaustive list), azure-storage-blob, azure-keyvault-secrets, azure-eventhub, etc.

Key concepts

  • You don't need to pass any context, SDK will get it for you
  • The opencensus threading plugin is installed with this package

Examples

There is no explicit context to pass, you just create your usual opencensus and tracer and call any SDK code that is compatible with azure-core tracing. This is an example using Azure Monitor exporter, but you can use any exporter (Zipkin, etc.).

from opencensus.ext.azure.trace_exporter import AzureExporter

from opencensus.trace.tracer import Tracer
from opencensus.trace.samplers import AlwaysOnSampler

from azure.storage.blob import BlobServiceClient

exporter = AzureExporter(
    instrumentation_key="uuid of the instrumentation key (see your Azure Monitor account)"
)

tracer = Tracer(exporter=exporter, sampler=AlwaysOnSampler())
with tracer.span(name="MyApplication") as span:
    client = BlobServiceClient.from_connection_string('connectionstring')
    client.delete_container('mycontainer')  # Call will be traced

Troubleshooting

This client raises exceptions defined in Azure Core.

Next steps

More documentation on OpenCensus configuration can be found on the OpenCensus website

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Release History

1.0.0b6 (2020-05-04)

  • link and link_from_headers now accept attributes.

1.0.0b5 (2019-01-14)

Bugfix

  • Fix context passing for multi-threading
  • Don't fail on unknown span type, but maps to PRODUCER or UNSPECIFIED

Features

  • Implement new "change_context" API

1.0.0b4 (2019-10-07)

Features

  • Opencensus implementation of azure-core tracing protocol

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-core-tracing-opencensus-1.0.0b6.zip (18.1 kB view details)

Uploaded Source

Built Distribution

azure_core_tracing_opencensus-1.0.0b6-py2.py3-none-any.whl (5.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file azure-core-tracing-opencensus-1.0.0b6.zip.

File metadata

  • Download URL: azure-core-tracing-opencensus-1.0.0b6.zip
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for azure-core-tracing-opencensus-1.0.0b6.zip
Algorithm Hash digest
SHA256 42b1d9426fc82857500b687047d1cf0429779f2673d7f371d968cce05d076c06
MD5 40fb3023b4b5de32fd78f598abd31561
BLAKE2b-256 fd0055fbc57580b1491ddee541d971fd6e070c8363919a1d94cf82885a720527

See more details on using hashes here.

File details

Details for the file azure_core_tracing_opencensus-1.0.0b6-py2.py3-none-any.whl.

File metadata

  • Download URL: azure_core_tracing_opencensus-1.0.0b6-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for azure_core_tracing_opencensus-1.0.0b6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d8c96f3ea0d32e0b22d56762011e73e68089990647b958981a3b7a4ff5d1fdc5
MD5 150fef6a465dea294ab2967dc740fecf
BLAKE2b-256 459c86dd89affd89b272b146e6e983815564379405f7d0fd62fc7642289b1bae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page