Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
grpcio-csm-observability
Advanced tools
Package for gRPC Python CSM Observability.
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
sudo pip install
if you get permission-denied errors$ pip install .
gRPC Python CSM Observability Depends on the following packages:
::
grpcio grpcio-observability opentelemetry-sdk
Example usage is similar to the example here <https://github.com/grpc/grpc/tree/master/examples/python/observability>
_, instead of importing from grpc_observability
, you should import from grpc_csm_observability
:
.. code-block:: python
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.
GRPC_PYTHON_CENSUS_EXPORT_BATCH_INTERVAL
GRPC_PYTHON_CENSUS_MAX_EXPORT_BUFFER_SIZE
GRPC_PYTHON_CENSUS_EXPORT_THRESHOLD
GRPC_PYTHON_CENSUS_EXPORT_THREAD_TIMEOUT
FAQs
gRPC Python CSM observability package
We found that grpcio-csm-observability demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.