Skip to main content

Uptrace client for Python

Project description

Uptrace for Python

build workflow Documentation

Installation

Introduction

uptrace-python is an OpenTelemery distribution configured to export traces to Uptrace.

Quickstart

Install uptrace-python:

pip install uptrace

Run the basic example below using the DSN from the Uptrace project settings page.

#!/usr/bin/env python3

import uptrace
from opentelemetry import trace

# Set dsn or UPTRACE_DSN env var.
uptrace.configure_opentelemetry(
    dsn="", service_name="myservice", service_version="1.0.0"
)
tracer = trace.get_tracer("app_or_package_name", "1.0.0")

with tracer.start_as_current_span("main") as span:
    with tracer.start_as_current_span("child1") as span:
        span.set_attribute("key1", "value1")
        span.record_exception(ValueError("error1"))

    with tracer.start_as_current_span("child2") as span:
        span.set_attribute("key2", "value2")
        span.set_attribute("key3", 123.456)

    print("trace:", uptrace.trace_url(span))

# Send buffered spans.
trace.get_tracer_provider().shutdown()

Please see uptrace-python documentation for more details.

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

uptrace-1.0.0rc3.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

uptrace-1.0.0rc3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file uptrace-1.0.0rc3.tar.gz.

File metadata

  • Download URL: uptrace-1.0.0rc3.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for uptrace-1.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 fcbe9d8e76e99cfe16eac3fef0178262a42d86642cb89f7297b9e8f51880b5b7
MD5 1cf364c4a7f6290d8f6de231137b4e6b
BLAKE2b-256 3f3ab07416b52ffdb41a28df99598f39bfc15f59dbd3be78c0041ab655589179

See more details on using hashes here.

File details

Details for the file uptrace-1.0.0rc3-py3-none-any.whl.

File metadata

  • Download URL: uptrace-1.0.0rc3-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for uptrace-1.0.0rc3-py3-none-any.whl
Algorithm Hash digest
SHA256 a7e627a93875e1357bc6feb6333f0c9caef4a59e4651eb47765e8381cfe666c6
MD5 bd4c3d41726575c66ef36b2bcf316296
BLAKE2b-256 31e901b410c3eaecddb144a7af93772839c7d50dd79b84b5165cc7994c1e2cf4

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