Falcon instrumentation for OpenTelemetry
Project description
This library builds on the OpenTelemetry WSGI middleware to track web requests in Falcon applications.
Installation
pip install opentelemetry-instrumentation-falcon
Configuration
Exclude lists
To exclude certain URLs from being tracked, set the environment variable OTEL_PYTHON_FALCON_EXCLUDED_URLS with comma delimited regexes representing which URLs to exclude.
For example,
export OTEL_PYTHON_FALCON_EXCLUDED_URLS="client/.*/info,healthcheck"
will exclude requests such as https://site/client/123/info and https://site/xyz/healthcheck.
Request attributes
To extract certain attributes from Falcon’s request object and use them as span attributes, set the environment variable OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS to a comma delimited list of request attribute names.
For example,
export OTEL_PYTHON_FALCON_TRACED_REQUEST_ATTRS='query_string,uri_template'
will extract path_info and content_type attributes from every traced request and add them as span attritbues.
Falcon Request object reference: https://falcon.readthedocs.io/en/stable/api/request_and_response.html#id1
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for opentelemetry-instrumentation-falcon-0.15b0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dd3e9cb7186f298b551a29518701678995f90c1bd2016b20f1edf9d520eebb9 |
|
MD5 | 740d27b119b5f87a35a8645600b55f20 |
|
BLAKE2b-256 | d6f5eca1f25718816b25e52c9b5a576825e2d85f7c4507ab83d340564d4da8d2 |
Hashes for opentelemetry_instrumentation_falcon-0.15b0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 720a41d651d8e71607c674f71ec4330b5035f2038c04a1f0299e9ce3399fb826 |
|
MD5 | dd4acc356cfb9cdd5698dbfd2b301713 |
|
BLAKE2b-256 | 0d29b462cb671e0ddcab80ceafa490d9b833f8a19ac9a6bfcc327e0615f7fc7a |