Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
opentelemetry-propagator-aws-xray
Advanced tools
|pypi|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-propagator-aws-xray.svg :target: https://pypi.org/project/opentelemetry-propagator-aws-xray/
This library provides the propagator necessary to inject or extract a tracing context across AWS services.
::
pip install opentelemetry-propagator-aws-xray
NOTE: Because the parent context extracted from the X-Amzn-Trace-Id
header
assumes the context is not sampled by default, users should make sure to add
Sampled=1
to their X-Amzn-Trace-Id
headers so that the child spans are
sampled.
Use the provided AWS X-Ray Propagator to inject the necessary context into traces sent to external systems.
This can be done by either setting this environment variable:
::
export OTEL_PROPAGATORS = xray
Or by setting this propagator in your instrumented application:
.. code-block:: python
from opentelemetry.propagate import set_global_textmap
from opentelemetry.propagators.aws import AwsXRayPropagator
set_global_textmap(AwsXRayPropagator())
OpenTelemetry Project <https://opentelemetry.io/>
_AWS X-Ray Propagation Trace Header <https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader>
_FAQs
AWS X-Ray Propagator for OpenTelemetry
We found that opentelemetry-propagator-aws-xray 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.