Operations | Monitoring | ITSM | DevOps | Cloud

Implementing OpenTelemetry with Nginx - Instrument and visualize traces

OpenTelemetry is an open-source standard for instrumenting cloud-native applications for generating different types of telemetry data. A robust observability framework set up using OpenTelemetry can help tremendously while troubleshooting software in production. Nginx is one of the most widely adopted web servers. Most often, nginx is used as a reverse proxy. It serves the frontend or backend applications behind the reverse proxy.

Health Check Monitoring With OpenTelemetry | Complete Code Tutorial

Health check monitoring is a critical practice for maintaining reliable and high-performing systems. It allows you to proactively identify and address issues before they impact your users. This guide explores the fundamentals of health check monitoring, its importance in modern systems, and practical strategies for implementation. You will also learn how HTTP endpoints can be monitored with OpenTelemetry.

Logs Search & Filter - Taking Quick Analysis of Logs to the Next Level

It is the last day of SigNoz Launch Week 2.0, and we’re excited to announce improvements in the logs module of SigNoz. Searching and filtering for logs to debug issues is one of the top critical workflows any developer uses. We have gathered feedback from our users and shipped some important features that focus on speeding up log searches, refining the filtering process, and enhancing the overall log analysis experience.

Introducing Alerts History and Scheduled Maintenance - Enhancing Alert Management in SigNoz

Today, we’re excited to introduce two key features that will help users with alerts in SigNoz - Alerts History and Scheduled Maintenance. These features are designed to help teams gain deeper insights into their alerts, better manage recurring issues, and streamline alert silencing during planned downtimes. Let’s dig in deeper.

Insights into SigNoz's Latest Features - A Conversation with Ankit, CTO of SigNoz

We sat down with Ankit, CTO and co-founder at SigNoz to get his insights on the product’s developments and what's on the horizon. He shared valuable perspectives on how SigNoz is enhancing the user experience, focusing on customer feedback, and building new features.

Introducing Correlation - Bringing Infra/APM Metrics and Logs Together in SigNoz

It is day 3 of SigNoz Launch Week 2.0, and we’re super excited to unveil features related to one of the core tenets of SigNoz. With SigNoz, you can monitor logs, metrics, and traces under a single pane of glass. With three signals under a single pane of glass, the scope for getting more context while debugging your application is immense. Using SigNoz, you can already correlate your traces with logs and check traces associated with APM metrics.

Introducing Anomaly Detection - Smarter Alerts for Dynamic Metrics

Today, we’re excited to unveil the Anomaly Detection feature. It will enable users to create smarter alerts based on dynamic metrics, moving beyond traditional fixed-threshold alerts. It will soon be available to all our users and is currently undergoing beta testing with select users. By detecting deviations from expected patterns, Anomaly Detection will help you stay informed about critical issues without getting overwhelmed by irrelevant alerts. Let’s dig in deeper.

Introducing Ingest Guard - A Game-Changer for Observability Cost Control

It’s day 1 of SigNoz Launch Week 2.0, and we’re releasing Ingest Guard, a feature that will help platform and finops teams have granular control over data ingestion and observability costs. At SigNoz, we are constantly evolving to meet the needs of modern engineering teams, and this launch week, we're excited to introduce a highly anticipated feature—Ingest Guard.

OpenFeature - A Guide to Open-Source Feature Flagging

Feature flags are crucial in modern software development, allowing teams to safely deploy and test new features. However, the absence of standardization has resulted in fragmentation and vendor lock-in. OpenFeature addresses this by offering an open specification for feature flagging, set to transform how developers manage and implement feature flags across various projects.