OpenTelemetry vs. Prometheus
OpenTelemetry vs. Prometheus - Difference in architecture, and metrics.
The latest News and Information on Distributed Tracing and related technologies.
OpenTelemetry vs. Prometheus - Difference in architecture, and metrics.
As an SRE, have you ever had a situation where you were working on an application that was written with non-standard frameworks, or you wanted to get some interesting business data from an application (number of orders processed for example) but you didn’t have access to the source code?
In the previous article, we talked about Distributed Tracing with MuleSoft APIs using OpenTelemetry. In this post, we’ll go through the process of integrating Distributed Tracing with MuleSoft APIs using OpenTelemetry via a proxy server. The purpose of this article is to demonstrate how we can instrument a legacy mule app with open telemetry without making changes to the existing app. Here, we’re showing an example of getting data from a header as well as a query parameter.
What is OpenTelemetry Collector, Architecture, Deployment and Getting started.