Book Image

Modern Distributed Tracing in .NET

By : Liudmila Molkova
Book Image

Modern Distributed Tracing in .NET

By: Liudmila Molkova

Overview of this book

As distributed systems become more complex and dynamic, their observability needs to grow to aid the development of holistic solutions for performance or usage analysis and debugging. Distributed tracing brings structure, correlation, causation, and consistency to your telemetry, thus allowing you to answer arbitrary questions about your system and creating a foundation for observability vendors to build visualizations and analytics. Modern Distributed Tracing in .NET is your comprehensive guide to observability that focuses on tracing and performance analysis using a combination of telemetry signals and diagnostic tools. You'll begin by learning how to instrument your apps automatically as well as manually in a vendor-neutral way. Next, you’ll explore how to produce useful traces and metrics for typical cloud patterns and get insights into your system and investigate functional, configurational, and performance issues. The book is filled with instrumentation examples that help you grasp how to enrich auto-generated telemetry or produce your own to get the level of detail your system needs, along with controlling your costs with sampling, aggregation, and verbosity. By the end of this book, you'll be ready to adopt and leverage tracing and other observability signals and tools and tailor them to your needs as your system evolves.
Table of Contents (23 chapters)
1
Part 1: Introducing Distributed Tracing
6
Part 2: Instrumenting .NET Applications
11
Part 3: Observability for Common Cloud Scenarios
16
Part 4: Implementing Distributed Tracing in Your Organization

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

Symbols

.NET

logging, evolution 156

A

activities 115

exporting, with OpenTelemetry 116, 117

starting 117, 119

activities, start time properties

activity kind enumeration 118

links 118

parent 118

start time 118

tags 118

ActivityEvent API 124-127

ActivityListener

used, for listening activities 117

add queues 150

ADOT Collector (AWS Distro for OpenTelemetry Collector) 63

ambient context

using 121-123

annotations 8

application

building 173

evolving 174

instrumenting 53

Application Performance Monitoring (APM) tool 11, 79

application topology

building 20, 21

asynchronous counters 142

asynchronous gauge

using 148, 149

audit logs 92

auto-collection

enabling, with OpenTelemetry 37

auto-generated telemetry...