Operations | Monitoring | ITSM | DevOps | Cloud

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

Webinar Recap: Unlocking the Full Value of Telemetry Data

Growth of cloud computing and the preference for data-driven decision-making have led to a steady increase in investments in observability over the years. Telemetry data is recognized as not only critical for maintaining a company’s infrastructure, but also for aiding security and business teams in making informed decisions. However, just increasing investment in observability technology is not enough.

Troubleshooting SD-WAN Performance Problems

Software-Defined Wide Area Network (SD-WAN) technology is revolutionizing the way organizations manage their network traffic. With its ability to decouple the data plane from the control plane, SD-WAN provides organizations with a more flexible, scalable, and cost-effective solution for managing their network traffic. However, understanding and troubleshooting SD-WAN performance can be a challenge, especially when it comes to the underlying physical network, or underlay.

Can Network Monitoring Identify Security Threats? Here's What to Know

By continuously monitoring network activity and assets, network monitoring plays a key role in identifying cybersecurity threats. The network monitoring process gathers important data that can be used in analytics or in conjunction with cybersecurity applications to rapidly identify and respond to threats.

Start monitoring GitLab with our new Grafana Cloud integration

GitLab is a popular open source DevSecOps platform for software development. The Enterprise Edition is a web-based Git repository manager that allows teams to collaborate on code and automate workflows for building, testing, and deploying applications. We already offer the Gitlab datasource plugin, which allows you to query and visualize data from your GitLab instance on your Grafana dashboards.

Why Paradigm switched to Grafana Cloud: Inside their observability stack

As the largest liquidity network in crypto, Paradigm facilitates more than $11 billion in monthly volumes, representing nearly 40% global cryptocurrency option flows. Their free-to-use platform provides a single point of access to multi-asset, multi-instrument liquidity on demand, and Software Architect Jameel Al-Aziz leads the team of developers who build and maintain the platform.

An Introduction to Using OpenTelemetry & Python Together

This post was written by Mercy Kibet, a full-stack developer with a knack for learning and writing about new and intriguing tech stacks. In today’s digital world, software applications are becoming increasingly complex and distributed, making it more challenging than ever to diagnose and troubleshoot issues when they arise.

Exploring cAdvisor for Common Use Cases

Container technologies have revolutionized the field of software development. By using containers, you can bundle together an application's source code with its libraries, dependencies, and configurations, ensuring that it runs predictably and reliably on different machines. But how can you be sure that your containers are running smoothly once deployed? That's where container monitoring tools like cAdvisor come in. Below, we'll go over what cAdvisor is and the different use cases for cAdvisor.

Mastering Complex Progressive Delivery Challenges with Lightrun

Progressive delivery is a modification of continuous delivery that allows developers to release new features to users in a gradual, controlled fashion. It does this in two ways. Firstly, by using feature flags to turn specific features ‘on’ or ‘off’ in production, based on certain conditions, such as specific subsets of users. This lets developers deploy rapidly to production and perform testing there before turning a feature on.