79622857

Date: 2025-05-15 08:02:58
Score: 0.5
Natty:
Report link

The big advantage of using OpenTelemetry as the collection structure is that OpenTelemetry is a standardized format for logging, tracing and metrics. With that structure you have the chance to use all tools which support OpenTelemetry to work further with your collected data or to change the location where your logs should be stored.

A second advantage to change to OpenTelemetry structure is that the future way of Microsoft is to lay on OpenTelemetry and to get rid in the future of their own structure. Article described here.

In the end you are collection your logs, traces and metrics in the OpenTelemetry structure and sending them to Application Insights instead of using the Application Insights default structure which is not standardized.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: AW94