Operations | Monitoring | ITSM | DevOps | Cloud

Topology Maps: Connecting the Dots for Hybrid and Multi-Cloud Infrastructure

In this article, learn: Given that enterprises use a mix of physical, virtual, and cloud native infrastructure, it can be a struggle to maintain the availability and performance of digital services. OpsRamp's Topology Explorer delivers visual representations of dependency relationships between application components and hybrid infrastructure that feed into both service maps and service-centric AIOps.

How IT Pros Will Help the World Come Out Stronger After COVID-19

In 2016, we wrote about the exponential value of computer networks and the importance of IT professionals as champions of the network, “doing their part to secure, maintain, and advance the engines that keep everything running.” Today, those words ring true in ways we could never have predicted four years ago.

Lost in the clouds: Managing risk and reaping rewards on your cloud journey

Moving applications to a public cloud, no matter why you’re making that journey, is a high-stakes proposition. As an industry, we’re focused on rapidly moving forward to give our businesses the competitive edge they need. However, when it comes to cloud migration, we often fail to stop and ask some critical questions, and as a result we end up overspending and underperforming.

Covid-19 response drives decentralized IT Ops

As Covid-19 continues to dramatically affect the world, Interlink Software is squarely focused on supporting its customers and partners to continue to serve the thousands of employees and customers reliant on their services. Without the luxury of detailed, strategic planning, our customers have been forced to adapt at speed to current events, supporting an unprecedented number of employees as they transition to working from home. Interlink Software included.

InfluxDB is Now Available in Google Cloud Marketplace

In February, we announced the general availability of InfluxDB on Google Cloud, as well as a rich set of integrations that allow you to use our time series data platform to monitor your Google Cloud services, store sensor data from Google IoT core, and send your time series data to Pub/Sub for analysis on Google AI Platform.

Monitoring Kafka performance metrics

Kafka is a distributed, partitioned, replicated, log service developed by LinkedIn and open sourced in 2011. Basically it is a massively scalable pub/sub message queue architected as a distributed transaction log. It was created to provide “a unified platform for handling all the real-time data feeds a large company might have”.Kafka is used by many organizations, including LinkedIn, Pinterest, Twitter, and Datadog. The latest release is version 2.4.1.

Collecting Kafka performance metrics

If you’ve already read our guide to key Kafka performance metrics, you’ve seen that Kafka provides a vast array of metrics on performance and resource utilization, which are available in a number of different ways. You’ve also seen that no Kafka performance monitoring solution is complete without also monitoring ZooKeeper. This post covers some different options for collecting Kafka and ZooKeeper metrics, depending on your needs.

Monitoring Kafka with Datadog

Kafka deployments often rely on additional software packages not included in the Kafka codebase itself—in particular, Apache ZooKeeper. A comprehensive monitoring implementation includes all the layers of your deployment so you have visibility into your Kafka cluster and your ZooKeeper ensemble, as well as your producer and consumer applications and the hosts that run them all.

Monitor Jenkins jobs with Datadog

Jenkins is an open source, Java-based continuous integration server that helps organizations build, test, and deploy projects automatically. Jenkins is widely used, having been adopted by organizations like GitHub, Etsy, LinkedIn, and Datadog. You can set up Jenkins to test and deploy your software projects every time you commit changes, to trigger new builds upon successful completion of other builds, and to run jobs on a regular schedule.