Operations | Monitoring | ITSM | DevOps | Cloud

How We Automated One Of The World's Largest High-Performance Networks

Our Software Defined Interconnection® platform brings together 1.3 million lines of code with one of the world’s largest global networks. In a recent PacketPushers podcast, PCCW Global’s CTO Paul Gampe and VP of Development and Operations Jay Turner went under the hood of our orchestration engine and shared some exclusive insights into our automation journey so far…

11 Ways to Fix the ERR_CONNECTION_TIMED_OUT Error

When your internet connection times out and you can't access a specific webpage, it's one of the most annoying errors. The message "The webpage not available" ERR_CONNECTION_TIMED_OUT will appear on the screen. This error usually occurs when there is an issue with the internet connection and the website does not load. The name of this error can be seen in the notification on your screen.

Announcing Logz.io's New Data Parsing and Log Transformation Tool

We all know the importance of cataloging, organizing, and breaking down the data in your logs. That process, parsing, makes information easier to find and simplifies subsequent analysis. Now, with Logz.io’s upgraded self-parsing tool, custom parsing rules, and log organization is easier than ever. What’s important is parsing that data out correctly. The better parsed, the easier to query.

Grafana EMEA meetup recap: accessibility, k6 testing, and multi-DC observability stacks

On Oct. 5, we hosted the first Grafana Virtual Meetup for an EMEA-based audience. Each Grafana meetup features “bite-sized” presentations from our user community and members of the Grafana Labs team. We want to provide opportunities (even virtually!) for members of our community to connect with one another and share what they’re working on or have learned.

Google Cloud Monitoring 101: Understanding metric types

Whether you are moving your applications to the cloud or modernizing them using Kubernetes, observing cloud-based workloads is more challenging than observing traditional deployments. When monitoring on-prem monoliths, operations teams had full visibility over the entire stack and full control over how/what telemetry data is collected (from infrastructure to platform to application data).

KubeCon NA 2021: Operator Day Keynote with Mark Shuttleworth

Operators, Models, Kubernetes, Hybrid Clouds, massive scale and bootstrapping quickly - Kubernetes is taking the the world by storm. So what's next? Mark Shuttleworth (one time astronaut, founder of Canonical, the company behind Ubuntu) talks with David Booth (VP Cloud Native Applications at Canonical) about the past and lays down a vision for the future.

Going Beyond Observability with Rollbar and Datadog

In this webinar, we explore some of the common objectives shared by users of both Datadog and Rollbar and how best to accomplish those goals. Datadog provides comprehensive observability covering a large swath of services and components, while Rollbar’s advanced intelligence and code improvement features help to make code insights more actionable and easily fixable.

Smoke testing in CI/CD pipelines

Here’s a common situation that plagues many development teams. You run an application through your CI/CD pipeline and all of the tests pass, which is great. But when you deploy it to a live target environment the application just does not function as expected. You can’t always predict what will happen when your application is pushed live. The solution?