Questions tagged [open-telemetry]

OpenTelemetry comprises a collection of APIs, SDKs, and related tools (such as the OpenTelemetry Collector or Operator) aimed at producing top-notch telemetry data (including traces, metrics, and logs) from cloud-native applications. This tag is ideal for inquiries pertaining to the management of OpenTelemetry components (like the collector), integrating software or libraries with it, or creating new OpenTelemetry components.

What steps should I take to resolve the 'Unable to locate module: Cannot resolve 'os'' issue that arises when integrating Azure Application Insight with Next.JS and OpenTelemetry?

Interested in logging a Next.js application to Azure Application Insight. I have the code below in my `instrumentation.ts` file: import { AzureMonitorTraceExporter } from '@azure/monitor-opentelemetry-exporter' import { Resource } from '@opentelemetry/reso ...

Integrate your Next.js application with Azure Application Insights by leveraging open telemetry with the help of the package @vercel/otel

While exploring the Next.js documentation, I came across a reference to utilizing the package "@vercel/otel" for OpenTelemetry configuration. Following the provided guidelines, I successfully implemented it on the client side. However, I now realize the ne ...