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

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

  • As long as the Azure Functions app knows the instrumentation key from an Application Insights instance, it traces almost everything. OpenTelemetry.NET is one of the Open Telemetry implementations, has recently released v1.0 for tracing. Both metrics and logging are close to GA. However, it doesn't work well with Azure Functions. Therefore, in this post, let's manually implement the tracing at the log level, which is sent to Application Insights.

  • opentelemetry-dotnet

    The OpenTelemetry .NET Client

  • As long as the Azure Functions app knows the instrumentation key from an Application Insights instance, it traces almost everything. OpenTelemetry.NET is one of the Open Telemetry implementations, has recently released v1.0 for tracing. Both metrics and logging are close to GA. However, it doesn't work well with Azure Functions. Therefore, in this post, let's manually implement the tracing at the log level, which is sent to Application Insights.

  • 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
  • GymLog

    This is a gym exercise log application using Power Apps, Azure Functions, Table Storage, Service Bus and Cosmos DB.

  • Here's the extension method for the ILogger interface. Let's have a look at the sample code below that checks in the request data from Power Apps is successfully captured on the routine action. Both correlationId and spanId are sent from Power Apps (line #9-10). The invocationId fro the Azure Functions context has become the eventId (line #12). Finally, event type, event status, span type, span status, interface type and correlation ID are logged (line #14-17).

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

  • OpenTelemetry in Action: Identifying Database Dependencies

    3 projects | dev.to | 8 May 2022
  • 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