Socket
Socket
Sign inDemoInstall

@medipass/propagator-aws-xray

Package Overview
Dependencies
Maintainers
13
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medipass/propagator-aws-xray

OpenTelemetry AWS Xray propagator provides HTTP header propagation for systems that are using AWS Xray HTTP header format.


Version published
Weekly downloads
1
decreased by-75%
Maintainers
13
Weekly downloads
 
Created
Source

OpenTelemetry Propagator AWS Xray

Gitter chat Apache License

OpenTelemetry AWS Xray propagator provides HTTP header propagation for systems that are using AWS Xray HTTP header format.

Example Tracing Header:

X-Amzn-Trace-Id: Root=1-5759e988-bd862e3fe1be46a994272793;Parent=53995c3f42cd8ad8;Sampled=1

Format: X-Amzn-Trace-Id: Root=1-{trace-id-1}-{trace-id-2};Parent={span-id};Sampled={flags}

  • {trace-id-1}
    • 32-bit number in base16 format, encoded from time(second) when created.
    • Can be referred: AWS Xray Trace ID
  • {trace-id-2}
    • 96-bit random number in base16 format
  • {span-id}
    • 64-bit random number in base16 format.
  • {flags}

Example of usage (will be added after published):

License

Apache 2.0 - See LICENSE for more information.

Keywords

FAQs

Package last updated on 13 Oct 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc