Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.