Operations | Monitoring | ITSM | DevOps | Cloud

Complete Guide to tracing Kafka clients with OpenTelemetry in Go

OpenTelemetry can be used to trace Go applications that use Kafka to find performance issues and bugs. OpenTelemetry is an open-source project under the Cloud Native Computing Foundation (CNCF) that aims to standardize the generation and collection of telemetry data. Telemetry data includes logs, metrics, and traces. Apache Kafka introduced the ability to add headers to Kafka messages from version 0.11 onwards.

Top 11 MYSQL monitoring tools in 2023 [open-source included]

Database monitoring is a critical component in your application performance monitoring. Apart from application code issues, database issues are one of the most common reasons for a bad user experience. MySQL is one of the most popular open-source DBMS that businesses have widely adopted. MySQL monitoring tools can help you identify potential issues with your database, keep a continuous check on your database instances, improve performance and detect and alert you about real-time issues.

AWS ECS Monitoring | Breaking out of the observability vendor lock-in with SigNoz

In the not-too-distant past, the debate was between on-prem and cloud-native. You’re now faced with the choice of choosing between the different cloud infrastructure providers, and inevitably, someone will throw in the phrase “vendor lock-in”. And not having a response for the famed “vendor-lockin” sometimes leads to building things that are much more complex than required basis the stage that the product is in.

Datadog's shocking bill of $65 million, pricing comparison of SigNoz with other tools - SigNal 24

Welcome to our monthly product newsletter - SigNal 24! Last month, our team worked on the upcoming trace and logs explorer page. With the new update, our users will be able to drive deeper insights into their application performance quickly. We also attended open source focused meetups and published a cost comparison blog comparing SigNoz with other popular observability tools. Let’s dive in to see what humans at SigNoz were up to in the month of April 2023.

7x more value for money than Datadog - SigNoz

Democratize observability for engineering teams of all sizes! That’s the vision that drives us every day. SigNoz is open source, provides three signals (logs, metrics, and traces) under a single pane, and is OpenTelemetry-native. And it also costs lesser than other popular observability tools. We did a cost analysis of SigNoz and compared it with other vendors like DataDog, New Relic, and Grafana.

Challenges in Choosing an APM tool for Fintech Companies in India due to RBI Guidelines

As the growth lead of an open-source APM tool, I keep interacting with developers from companies of all shapes and sizes. I recently talked with a developer from a fintech startup in India. The startup provides a payment processing platform that enables businesses to accept payments from customers worldwide. For them, monitoring is critical, but the dev shared how limited they were when exploring an APM tool for their application. The reason? Reserve Bank of India.

Monitor your Nodejs application with OpenTelemetry and SigNoz

OpenTelemetry can auto-instrument many common modules for a Javascript application. The telemetry data captured can then be sent to SigNoz for analysis and visualization. OpenTelemetry is a set of tools, APIs, and SDKs used to instrument applications to create and manage telemetry data(Logs, metrics, and traces). For any distributed system based on microservice architecture, it's an operational challenge to solve performance issues quickly.

Set up application monitoring for your Node JS app in 20 mins with open source - SigNoz

In this article, learn how to setup application monitoring for Node.js apps with our open-source solution, SigNoz. Node.js tops the list of most widely used frameworks by developers. Powered by Google's V8 javascript engine, its performance is incredible. Ryan Dahl, the creator of Node.js, wanted to create real-time websites with push capability. On Nov 8, 2009, Node.js was first demonstrated by Dahl at the inaugural European JSconf.

12,000+ GitHub stars, better search capabilities, and a more intuitive Logs tab - SigNal 23

Welcome to our monthly product newsletter - SigNal 23! Last month, our team worked on improving the search capabilities across multiple tabs. We also made the logs tab more intuitive by adding color coding in the logs view. We presented SigNoz at an observability-focused meetup and crossed 12,000+ GitHub stars. Let’s dive in to see what humans at SigNoz were up to in the month of March 2023.

What is Context Propagation in Distributed Tracing?

In modern microservices-based applications, it is difficult to get an overview of how requests are performing across multiple services, infrastructure, and protocols. As companies began moving to distributed systems, they realized they needed a way to track requests in their entirety for debugging applications. Distributed tracing is a technology that was born out of this need.