Why and how to send signals directly from app to backends| OpenTelemetry
otelsql is an instrumentation library for the database/sql library of the Go programming language. It generates traces and metrics from the application when interacting with databases. By doing that, the library allows you to identify errors or slowdowns in your SQL queries that potentially impact the performance of your application. Let’s go dive into how to use this library! Getting Started otelsql is a wrapper layer for interfaces from database/sql. When users use the wrapped database in...| OpenTelemetry
Why and how to send signals to collectors and from there to backends| OpenTelemetry
Why and how to send signals to a single OTLP end-point and from there to backends| OpenTelemetry
Learn how to configure the Collector to suit your needs| OpenTelemetry