Operations | Monitoring | ITSM | DevOps | Cloud

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

Consul monitoring tools

In Part 1, we looked at metrics and logs that can give you visibility into the health and performance of your Consul cluster. In this post, we’ll show you how to access this data—and other information that can help you troubleshoot your Consul cluster—in four ways: Consul provides a built-in CLI and API that you can use to query the most recent information about your cluster, giving you a high-level read into Consul’s health and performance.

Trigger an on demand uptime & broken links check after a deploy

You can use our API to trigger an on demand run of both the uptime check and the broken links checker. If you add this to, say, your deploy script, you can have near-instant validation that your deploy succeeded and didn't break any links & pages. Our API allows you to trigger an on demand run for every check we do. But, it's an API - so it requires a set of IDs. First, let's find the different checks your site has.

Squared Up for Azure is coming

I am delighted to announce a big new initiative that we have been working on here at Squared Up. Our engineers have been working their socks off to build a new product, Squared Up for Azure, and it’s shaping up very nicely. It’s not ready for you to play with quite yet, but we plan to have an early release available for enthusiastic testers in late September (sign up below!).

Ask Us Anything: The Most Popular Grafana Community Questions Answered!

The Grafana Labs community has more than 600 developers around the world who contribute to our open source projects. From time to time, they also ask really great questions about how to get started in Grafana, how to solve an issue, or how to implement best practices for various functions. Here are three of the most popular questions on the Grafana community board right now – and the answers from Grafana team members and fellow developers.

Sentry for Data: Optimizing Airflow with Sentry

In our Sentry for Data series, we explain precisely why Sentry is the perfect tool for your data team. The present post focuses on how we optimized Airflow for deeper insights into what goes wrong when our data pipelines break. Data enables Sentry’s go-to-market teams by generating high-quality leads and tailored marketing campaigns. Of course, data is also used to steer the business by influencing how we think about Sentry pricing, future opportunities, and feature roadmap.

Continuous Delivery with Jenkins and Rollbar

Continuous delivery (CD) helps reduce the cost, time and risk of delivering changes by allowing for fast incremental updates to applications in production. However, it’s essential to monitor your application after each deployment. You need to be notified immediately if something is wrong or users are having a poor experience. Rollbar is a leading solution for error monitoring in the software development lifecycle. It alerts you when new errors occur after a deployment.

Why does CUBIC take us back to TCP congestion control?

TCP congestion control is a fundamental part of this protocol and over the years has undergone a process of constant improvement through the generation of different versions, such as TCP Tahoe, Reno, Vegas, and so on. The case of the TCP CUBIC version, which has been the default congestion control applied by Linux/Unix systems.

10 best Web Application Testing Tools in 2019

These days having a website isn’t enough to keep visitors happy and coming back for more. No, you need a website that is secure, loads quickly, and is free of any bugs. Of course, the only way to ensure this is to test your website on a regular basis. If this is not a task that you want to outsource, there is no need to worry. There are a number of web application testing tools that can help you out.

What's new in Rails 6?

July 09, 2019 With the official release of Rails 6 just around the corner, we round up all the major new features coming your way. It is an exciting release due to some big features coming upstream from the Basecamp and GitHub projects. Amongst the many minor updates, useful tweaks and bug fixes, Rails 6 will ship with two completely new frameworks: ActionText and ActionMailbox, and two big scalable-by-default features: parallel testing and multiple database support.