Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

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.

Java performance optimization tips: How to avoid common pitfalls

In this post, we’ll be delving into Java performance optimization, providing you with essential tips to write faster and more efficient code. If you’re reading this, you’re probably already aware of the importance of performance engineering and the need to optimize your code to ensure speed for all users, but even the most seasoned and performance-aware programmers can get tripped up.

How to Build a Culture of Data-Driven Product Management

Product-led growth (PLG) is on the rise, a discipline that relies on the product itself to drive user acquisition, expansion, conversion and retention. Today, 60% of Cloud 100 companies embrace a PLG strategy, because it’s an efficient method of growth with low customer acquisition costs. Plus, cloud-native companies have the unique opportunity to collect more data that shows exactly how customers are using their products, and where potential friction occurs.

Check, measure, and monitor your bandwidth for an effective network infrastructure

Having slow internet speed can cause huge frustration among the users in an organization. We know how effective use of bandwidth can influence productivity in your business. Bandwidth is the volume of information that can be sent over an internet connection in a measured amount of time calculated in megabytes per second. For instance, let’s assume your organization’s network bandwidth is a canal and your data is the ships sailing through it.

DataOps Uncovered: A Bold New Approach to Telemetry and Network Visibility

Network telemetry and DataOps play a critical role in enhancing network visibility. By combining both, organizations can improve network visibility and gain insight to help them optimize their network performance, improve security, and enhance the overall user experience.

AMA: Achieving code reliability across the release cycle

Code coverage, arguably a very important measure that we as development teams don’t pay enough attention to. That is until Sentry notifies you of a frustrating/critical/oh s*#t moment. Then we all think: “how could this have been avoided?”, “why didn’t our tests catch it?”, “oh… we didn’t have any coverage on this flow.” With our new Codecov integration, you can avoid regressions (and awkward conversations) by being able to see which lines that caused an issue are covered and which ones are not - right in the stack trace we kick out on every error report.