Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

What web hosting for WordPress? Here are 10 the most recommended options

For many years WordPress has invariably remained the CMS number 1, supporting about half of the world’s websites. All hosting service providers declare compatibility with WordPress – and in most cases this is true. WordPress has no excessive technical requirements. However, it can’t be denied that WP-based websites work better than elsewhere on the servers of certain providers. WordPress will work properly on any Apache or Nginx-based web hosting with a MySQL or MariaDB database.

Monitoring multi-cloud environments

In today’s fast-growth, faster-results market, your customers expect your applications to be always available and up-to-date. Meeting that demand often involves migrating to the cloud, which offers increased scalability and flexibility, allowing engineering teams to innovate more quickly and produce the delightful user experiences customers are looking for.

Introducing Now Intelligence

Here at ServiceNow we think people should be able to work the way they want to, not according to the rigid dictates of legacy software. Thanks to the Now Platform, help is on the way. The Now Platform Orlando release features new AI and analytics capabilities designed to make work, work better for people. We call this group of capabilities Now Intelligence. Now Intelligence enhances IT, employee, and customer workflows, so every department in your company can work smarter and faster.

InfluxData Community Update Q1 2020

At InfluxData, we love the community! Our amazing open source members are an integral part of InfluxData and have been since its founding. They’ve helped us build amazing products for time series data. This is a quick update to give you some insight into how we track metrics about our community and ensure we are building products and features that our users want to see.

Best practices for tagging your monitors

Tags provide critical context for troubleshooting issues across any dimension of your environment. By applying best practices for tagging your systems, you can efficiently organize and analyze all your monitoring data, and set up automated multi alerts to streamline alerting workflows. Similar to any tags you would add to your services and infrastructure, monitor tags—tags that you apply to your monitors—are an essential feature for organizing and simplifying your workflows.

Monitoring in the Kubernetes era

Container technologies have taken the infrastructure world by storm. Ideal for microservice architectures and environments that scale rapidly or have frequent releases, containers have seen a rapid increase in usage in recent years. But adopting Docker, containerd, or other container runtimes introduces significant complexity in terms of orchestration. That’s where Kubernetes comes into play.

Monitoring Kubernetes performance metrics

As explained in Part 1 of this series, monitoring a Kubernetes environment requires a different approach than monitoring VM-based workloads or even unorchestrated containers. The good news is that Kubernetes is built around objects such as Deployments and DaemonSets, which provide long-lived abstractions on top of dynamic container workloads.

Collecting metrics with built-in Kubernetes monitoring tools

In the previous post in this series, we dug into the data you should track so you can properly monitor your Kubernetes cluster. Next, you will learn how you can start inspecting your Kubernetes metrics and logs using free, open source tools. In this post we’ll cover several ways of retrieving and viewing observability data from your Kubernetes cluster.

Monitoring Kubernetes with Datadog

If you’ve read Part 3 of this series, you’ve learned how you can use different Kubernetes commands and add-ons to spot-check the health and resource usage of Kubernetes cluster objects. In this post we’ll show you how you can get more comprehensive visibility into your cluster by collecting all your telemetry data in one place and tracking it over time.

Building Compile-time Tools With Elixir's Compiler Tracing Features

Elixir 1.10 was recently released, and with that release came a little-known, but very interesting feature—compiler tracing. This feature means that as the Elixir compiler is compiling your code, it can emit messages whenever certain kinds of things are compiled. This ability to know what’s going on when Elixir is compiling our code might seem simple, but it actually opens up a lot of doors for opportunities to build customized compile-time tooling for Elixir applications.