OpenTelemetry in Action: Identifying Database Dependencies

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • opentelemetry-specification

    Specifications for OpenTelemetry

  • We discussed earlier that OpenTelemetry prescribes the attributes that the various components of an application should capture. The specification for attributes that should be part of the span covering a database client call is documented on GitHub. Many popular languages provide out-of-the-box instrumentation libraries that collect telemetry for database operations.

  • opentelemetry-dotnet

    The OpenTelemetry .NET Client

  • We instrument the application with the OpenTelemetry SDK and SqlClient instrumentation library for .NET. First, we add the following NuGet package references to the API’s project file:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • opentelemetry-go

    OpenTelemetry Go API and SDK

  • OpenTelemetry is a system that generates logs, metrics, and traces in an integrated fashion. OpenTelemetry defines a standard to capture observability data. The OpenTelemetry data model has several key components.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Tracing End-to-End Data from Power Apps to Azure Cosmos DB

    4 projects | dev.to | 24 May 2021
  • Guide to Distributed Tracing with OpenTelemetry Dotnet

    2 projects | dev.to | 25 Jan 2023
  • State for each API Request

    1 project | /r/dotnet | 3 May 2022
  • OpenTelemetry kafkajs instrumentation for Node.js

    3 projects | /r/apachekafka | 5 Aug 2021
  • OpenTelemetry KafkaJS Instrumentation for Node.js

    2 projects | dev.to | 10 Mar 2021