aspecto-ot-auto-instrumentation 0.1b3

Creator: bradpython12

Last updated:

Add to Cart

Description:

aspectootautoinstrumentation 0.1b3

Aspecto OpenTelemetry Auto Instrumentation

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

Aspecto
OpenTelemetry Project

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.