Explore >> Select a destination


You are here

opentelemetry.io
| | logz.io
13.5 parsecs away

Travel
| | Looking to use distributed tracing in your NestJS application? Follow this tutorial for using OpenTelemetry auto-instrumentation
| | www.datadoghq.com
11.9 parsecs away

Travel
| | Datadog automatically links your distributed request traces to logs from the same transaction for end-to-end visibility.
| | blog.nuculabs.de
9.3 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:
| | brunoscheufler.com
35.8 parsecs away

Travel
| When you build a service focused around a GraphQL endpoint, you might think of testing strategies that can make use of it. After all, your resolvers will contain large parts of the actual business logic, otherwise, exposing an API wouldn't be useful, would it?...