Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.