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.82.2

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.82.2
File Size Uploaded
grpcio_csm_observability-1.82.2.tar.gz 16.2 kB Details

Built distribution (wheel)

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

Total release size: 32.2 kB

Release files / grpcio_csm_observability-1.82.2.tar.gz

Download URL grpcio_csm_observability-1.82.2.tar.gz
Size 16.2 kB
Tags Source
SHA-256 checksum
How to use checksums
3d0b234a14975538d9cb62ba3210bae050158e2e57264ec7770f69b3b4931540
BLAKE2b-256 checksum
How to use checksums
e1f72df5d8c432cc75e1db4cc73a40f29e9b72f690b4026369ff0d0e3f998ba9
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.82.2-py3-none-any.whl

Download URL grpcio_csm_observability-1.82.2-py3-none-any.whl
Size 16.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
51c815b2f9a72907e32e23de6080515aca117cb3d5a7ce4e631125d22d05e372
BLAKE2b-256 checksum
How to use checksums
88e414cf32c4eb4e8c5734eeea8ffa2b3c6bed41968b5c9c8ec321abac63734a
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

1.83.1

2 release files

1.83.0

2 release files

This release

1.82.2 This release

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