Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 547 Bytes

File metadata and controls

12 lines (11 loc) · 547 Bytes

Example Usage

This directory contains two example projects that illustrate how dd-trace-cpp can be used to add Datadog tracing to a C++ application.

  • baggage demonstrates how to parse and validate baggage header strings.
  • hasher is a command-line tool that creates a complete trace involving only one service.
  • http-server is an ensemble of services, including two C++ services traced using this library. The traces generated are distributed across all of the services in the example.