
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
opentelemetry-exporter-gcp-trace
Advanced tools
.. image:: https://badge.fury.io/py/opentelemetry-exporter-gcp-trace.svg :target: https://badge.fury.io/py/opentelemetry-exporter-gcp-trace
.. image:: https://readthedocs.org/projects/google-cloud-opentelemetry/badge/?version=latest :target: https://google-cloud-opentelemetry.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
This library provides support for exporting traces to Google Cloud Trace.
To get started with instrumentation in Google Cloud, see Generate traces and metrics with Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>
_.
To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit Instrumentation and observability <https://cloud.google.com/stackdriver/docs/instrumentation/overview>
_.
For resource detection and GCP trace context propagation, see
opentelemetry-tools-google-cloud <https://pypi.org/project/opentelemetry-tools-google-cloud/>
. For the
Google Cloud Monitoring exporter, see
opentelemetry-exporter-gcp-monitoring <https://pypi.org/project/opentelemetry-exporter-gcp-monitoring/>
.
.. code:: bash
pip install opentelemetry-exporter-gcp-trace
.. code:: python
from opentelemetry import trace
from opentelemetry.exporter.cloud_trace import CloudTraceSpanExporter
from opentelemetry.sdk.trace import TracerProvider
from opentelemetry.sdk.trace.export import (
SimpleSpanProcessor,
)
trace.set_tracer_provider(TracerProvider())
cloud_trace_exporter = CloudTraceSpanExporter(
project_id='my-gcloud-project',
)
trace.get_tracer_provider().add_span_processor(
SimpleSpanProcessor(cloud_trace_exporter)
)
tracer = trace.get_tracer(__name__)
with tracer.start_as_current_span('foo'):
print('Hello world!')
Cloud Trace <https://cloud.google.com/trace/>
_OpenTelemetry Project <https://opentelemetry.io/>
_FAQs
Google Cloud Trace exporter for OpenTelemetry
We found that opentelemetry-exporter-gcp-trace demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.