Operations | Monitoring | ITSM | DevOps | Cloud

%term

The Power Of Operational Reviews

Last fall, we introduced PagerDuty Analytics, a product that combines machine and human response data to provide operational insights that enable organizations to drive process maturity and improved business outcomes. Today, we’re excited to announce that it’s generally available! As part of our expanded Analytics product offering, we’re rolling out a set of prescriptive operational performance scorecards.

Cybersecurity and Interoperability are Dominant Themes at HIMSS 2019

Another HIMSS show is in the books and the impact this year was tremendous, especially in terms of discussions and announcements. Presentation topics varied from artificial intelligence to supply chain management to telemedicine and beyond, but interoperability and cybersecurity were either main themes or cropped up in discussions throughout the event.

Getting down and dirty with metric-based alerting for AWS Lambda

The phrase “better safe than sorry” gets thrown around whenever people talk about monitoring or getting observability into your AWS resources but the truth is that you can’t sit around and wait until a problem arises, you need to proactively look for opportunities to improve your application in order to stay one step ahead of the competition.

451 Research: OpsRamp Expands The Breadth and Depth Of Its Service-Centric AIOps Platform

OpsRamp was recently featured in the 451 Research Impact report, OpsRamp Keeps Up With The Competition, Investing in ML, Kubernetes Monitoring. This report, written by Nancy Gohring, 451 Research’s senior analyst for Application and Infrastructure Performance, demonstrates how OpsRamp is one of the few vendors that has organically built and delivered a transformational SaaS solution for modern IT operations, DevOps, and Site Reliability Engineering teams.

Putting Employees at the Centerpiece of Your 2019 IT Strategy

In recent years, IT professionals have been progressively realizing that successful IT strategies actually depend on a simple question: who? Indeed, for once, instead of asking “what” or “how much,” they are shifting their focus towards the people ultimately impacted by IT decision making – their employees.

How Enterprise Kubernetes Benefits from Multi-Cluster Apps

There is a lot to love about Kubernetes. It offers one of the best ways to deploy and run applications on a large pool of resources. With its easy-to-use UI and out-of-the-box capabilities like RBAC, monitoring, auditing, logging, and more, Rancher makes it easy to stand up and manage enterprise grade Kubernetes. Using Rancher, IT Operators can point to their cloud provider (AWS, GCP, Azure, etc.) or datacenter and create a cluster with just a few clicks.

February 2019 Online Meetup: Multi Cluster Applications, Global DNS, and Multi Tenant Catalogs

Rancher 2.2 focuses on day two operations for Kubernetes, the ongoing management tasks that secure clusters, reduce downtime, and keep applications secure. For edge deployments and businesses that run multi-tenant clusters or multiple installations of the same application, Rancher 2.2 Preview 2 introduces features that lighten the workload of operations team, helping to eliminate redundant work and human error. It includes tools for increasing the availability of multi-cluster applications and new options for configuring application catalogs at the cluster and project levels.

Debug Your Node.js Projects with Source Maps

As you probably know, source maps allow you to view source code context obtained from stack traces in their original, untransformed form. This view is particularly useful when attempting to debug minified code (like UglifyJS) or transpiled code (like TypeScript or ES6). We’ve made the analogy before, but source maps act as the decoder ring to your secret (minified or transpiled) code.