Operations | Monitoring | ITSM | DevOps | Cloud

How Martello Helps Managed Service Providers

It’s no secret that the modern era in which we live and work must fulfill an ever-increasing demand for digital transformation, especially when it comes to business. Microsoft Teams’ growth over the past year has been exponential, and while many companies rely on Microsoft 365 for their business continuity, very few of them have the tools to manage and support these services internally.

Instrumenting Microservices with Istio for Distributed Tracing

Previously, I wrote a Beginner’s Guide to Jaeger + OpenTracing Instrumentation for Go providing guidance on manually instrumenting Go services. This is useful for cases where we want fine-grained tracing of specific functions. However, what if all we want is to trace a service’s inbound and outbound calls with little to no additional code?

Using the Redis Command-Line Correctly

Redis is an open-source in-memory data store. You can use Redis as a database, message broker, or cache. It also supports Lua script evaluation so you can build automation scripts or custom operations on top of your key-value Redis store. Typically, developers use language-specific client libraries when building apps with Redis. These clients abstract Redis’ command-line interface (CLI), making it easier to work with but more work to set up.

Nexthink - Overview

Nexthink Experience, a cloud-native platform, shines a light on all aspects of every single employee’s digital journey. As a result, you can make informed decisions to optimize their experience. Nexthink offers a unique combination of real-time analytics, automation and employee feedback across all endpoints to help IT teams meet the needs of the modern digital workplace.

How to Debug HardFaults on ARM Cortex-M MCUs

No matter your use case or how sophisticated your hardware is, faults happen on embedded devices all the time for a variety of reasons. Maybe it’s something easy like a reproducible NULL pointer dereference you hit during development or maybe it’s something more subtle like memory corruption or divide by zero faults that only exhibits themselves in zero-g, high temperature, weak magnetic field, or noisy RF environments!

Getting Started with Memfault for MCUs

Memfault recently launched a free self-service portal giving embedded developers instant access to Memfault across Android OS devices or ARM-based microcontroller devices running on bare metal or real-time operating systems (RTOS). In this recorded webinar, you'll learn what Memfault is and how you can use it for device observability at scale.

Building and Monitoring Robust Automatic Deployments

Have you ever heard the mantra “Don’t deploy on Fridays?” There are blog posts, tweets, and t-shirts shouting this slogan to anyone who will listen. Maybe your organization follows this policy. The purpose of not deploying on Fridays is to give the team better work/life balance by preventing them from having to work on the weekends if something goes wrong during or after the deployment.