PreviousNext

Building End-to-End Diagnostics: OpenTelemetry Integration

by bill-s, 2020-05-12T18:19:00.809Z

In the last post, we looked at providing diagnostic event hooks into our code at specific points so that "something" could listen in. For our purposes, we want to listen in to surface telemetry data, but the uses are far wider for diagnostic events, such as logging, testing, and metrics. We want to focus on telemetry through the OpenTelemetry project.

Read More