Explore >> Select a destination


You are here

navendu.me
| | logz.io
4.5 parsecs away

Travel
| | Looking to use distributed tracing in your NestJS application? Follow this tutorial for using OpenTelemetry auto-instrumentation
| | blog.nuculabs.de
3.6 parsecs away

Travel
| | Hello everyone ??, In this article, we'll instrument a simple Node.js API with OpenTelemetry traces. OpenTelemetry is the new standard for distributed tracing and metrics. Trace data is used to monitor and troubleshoot complex distributed systems. At the end of this article, we'll have a Node.js API that is instrumented with OpenTelemetry and we'll be able to see the traces in Grafana Tempo: The API Let's start by setting up our NodeJS project by installing the dependencies:
| | jessitron.com
3.9 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....
| | nodogmablog.bryanhogan.net
34.2 parsecs away

Travel
| You can't yet run .NET 7 on AWS Lambda functions with the familiar managed runtime, but you can with a custom runtime. Here are the few small steps you need.