/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

logz.io
| | timdeschryver.dev
1.8 parsecs away

Travel
| | How to configure .NET Aspire to enable browser OpenTelemetry data from an Angular application.
| | www.fabianstadler.com
2.6 parsecs away

Travel
| | OpenTelemetry and Jaeger make it easy to measure the speed of your ASP.NET Core app. Like this, you can easily analyze traces and identify bottlenecks.
| | jessitron.com
1.6 parsecs away

Travel
| | This is an experience report for my future reference (and yours). The OpenTelemetry Collector is useful for receiving trace data in whatever format and exporting it to the back-end of your choice for storage and querying. For instance, I wanted to receive traces over HTTP/JSON from this sneaky browser extensionLINK and send them to Honeycomb....
| | blog.sylver.dev
21.1 parsecs away

Travel
| In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism. If your didn't follow the previous episode, you can find the code on GitHub. As we ...