Skip to main content

Package for gRPC Python CSM Observability.

Installation

Currently gRPC Python CSM Observability is only available for Linux.

Installing From PyPI

$ pip install grpcio-csm-observability

Installing From Source

$ export REPO_ROOT=grpc  # REPO_ROOT can be any directory of your choice
$ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

$ cd src/python/grpcio_csm_observability

# For the next command do `sudo pip install` if you get permission-denied errors
$ pip install .

Dependencies

gRPC Python CSM Observability Depends on the following packages:

grpcio
grpcio-observability
opentelemetry-sdk

Usage

Example usage is similar to the example here, instead of importing from grpc_observability, you should import from grpc_csm_observability:

import grpc_csm_observability

csm_otel_plugin = grpc_csm_observability.CsmOpenTelemetryPlugin(
    meter_provider=provider
)

We also provide several environment variables to help you optimize gRPC python observability for your particular use.

  • Note: The term “Census” here is just for historical backwards compatibility reasons and does not imply any dependencies.

  1. GRPC_PYTHON_CENSUS_EXPORT_BATCH_INTERVAL
    • This controls how frequently telemetry data collected within gRPC Core is sent to Python layer.

    • Default value is 0.5 (Seconds).

  2. GRPC_PYTHON_CENSUS_MAX_EXPORT_BUFFER_SIZE
    • This controls the maximum number of telemetry data items that can be held in the buffer within gRPC Core before they are sent to Python.

    • Default value is 10,000.

  3. GRPC_PYTHON_CENSUS_EXPORT_THRESHOLD
    • This setting acts as a trigger: When the buffer in gRPC Core reaches a certain percentage of its capacity, the telemetry data is sent to Python.

    • Default value is 0.7 (Which means buffer will start export when it’s 70% full).

  4. GRPC_PYTHON_CENSUS_EXPORT_THREAD_TIMEOUT
    • This controls the maximum time allowed for the exporting thread (responsible for sending data to Python) to complete.

    • Main thread will terminate the exporting thread after this timeout.

    • Default value is 10 (Seconds).

Release files for grpcio-csm-observability 1.83.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for grpcio-csm-observability 1.83.1
File Size Uploaded
grpcio_csm_observability-1.83.1.tar.gz 16.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for grpcio-csm-observability 1.83.1
File Interpreter ABI Platform
grpcio_csm_observability-1.83.1-py3-none-any.whl Python 3 none any Details

Total release size: 32.2 kB

Release files / grpcio_csm_observability-1.83.1.tar.gz

Download URL grpcio_csm_observability-1.83.1.tar.gz
Size 16.1 kB
Tags Source
SHA-256 checksum
How to use checksums
da98de8b1bac2284eb4712824ae247f508bcddf09a57597bbd664e1be0602457
BLAKE2b-256 checksum
How to use checksums
d8823c78feedc5f759d0a595fba2b2deaec688997b76bef8ff96753343246197
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.14

Release files / grpcio_csm_observability-1.83.1-py3-none-any.whl

Download URL grpcio_csm_observability-1.83.1-py3-none-any.whl
Size 16.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b3eafdbe6fb74ef09af2a52a62ffc52010b95f596a2b92ab215b81632e5bafec
BLAKE2b-256 checksum
How to use checksums
f859273c1ce6da0fc7f0fb7148fdca040f8b76b181f0d33e965d0f3be1fc1c8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.14

Release history Release notifications | RSS feed

1.84.0

2 release files

This release

1.83.1 This release

2 release files

1.83.0

2 release files

1.82.2

2 release files

1.81.1

2 release files

1.80.0

2 release files

1.78.1

2 release files

1.76.0

2 release files

1.75.1

2 release files

1.75.0

2 release files

1.74.0

2 release files

1.73.1

2 release files

1.72.2

2 release files

1.72.0

2 release files

1.71.2

2 release files

1.71.0

2 release files

1.70.0

2 release files

1.68.0

2 release files

1.67.1

2 release files

1.67.0

2 release files

1.66.2

2 release files

1.66.1

2 release files

1.66.0

2 release files

1.65.5

2 release files

1.65.2

2 release files

1.65.1

2 release files

1.65.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page