Skip to main content

Aspecto Auto Instrumentation for OpenTelemetry

Project description

Aspecto OpenTelemetry Auto Instrumentation

Build Status

This library does all the magic.

Installation

pip install aspecto-ot-auto-instrumentation

Usage

from opentelemetry.aspecto import AspectoInstrumentor

AspectoInstrumentor(
    service_name="demo-flask",
    aspecto_auth="your-aspecto-token",
    env="development" 
).instrument()

AspectoInstrumentor params:

  • service_name - mandatory, the name of the service you're instrumenting
  • aspecto_auth - your token that was obtained from aspecto website.
    Alternatively, your can pass it as ASPECTO_AUTH env param, or place an aspecto.json file at the project root, containing an object with token key.
  • env - optional, if none provided we will use empty.

References

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

aspecto-ot-auto-instrumentation-0.1b3.tar.gz (13.9 kB view hashes)

Uploaded Source

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