Software Alternatives & Reviews

[c#] Using W3C Trace Context standard in distributed tracing

Zipkin Open Telemetry
  1. 1
    Zipkin is a distributed tracing system. 
    Pricing:
    • Open Source
    The main objective is to propagate a message with traceparent id throw two APIs and one worker using W3C trace context standard. The first-api calls the second-api by a http call while the second-api has an asynchronous communication with the worker by a message broker (rabbitmq was chosen for that). Furthermore, zipkin was the trace system chosen (or vendor as the standard call it), being responsible for getting the application traces and building the distributed tracing diagram:.

    #Monitoring Tools #Application Performance Monitoring #Performance Monitoring 27 social mentions

  2. An observability framework for cloud-native software.
    Pricing:
    • Open Source
    An important framework used in the present article to deal with context propagation is OpenTelemetry. As the documentation saids:.

    #Monitoring Tools #Performance Monitoring #Log Management 155 social mentions

Discuss: [c#] Using W3C Trace Context standard in distributed tracing

Log in or Post with