Operations | Monitoring | ITSM | DevOps | Cloud

How can companies improve Network and API performance?

In this bi-weekly micro webinar series, Catchpoint and ITOps Times have partnered to explore six critical topics that are essential for ensuring Internet Resilience for your business. Explore each of the topics in the series: In this fourth segment, we’ll discuss techniques for enhancing Network and API performance by implementing Internet Performance Monitoring. Now, let’s get into the episode!

Logic App Best Practices, Tips, and Tricks: #29 How to validate if an Array is empty

In the last post, we addressed validating whether a string was null or empty. Today I will speak about another good Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps) and another usual validation requirement: How to validate if an Array is empty or not.

Developing with OpenAI and Observability

Honeycomb recently released our Query Assistant, which uses ChatGPT behind the scenes to build queries based on your natural language question. It's pretty cool. While developing this feature, our team (including Tanya Romankova and Craig Atkinson) built tracing in from the start, and used it to get the feature working smoothly. Here's an example. This trace shows a Query Assistant call that took 14 seconds. Is ChatGPT that slow? Our traces can tell us!

RDP Shortpath monitoring in Azure

Since Microsoft announced the RDP Shortpath feature was going to be enabled by default on September 6, 2022 for all Azure Virtual Desktop (AVD) customers, monitoring and troubleshooting this feature has become important. RDP Shortpath feature improves the AVD connectivity by establishing a direct UDP protocol between the AVD session hosts and the Remote Desktop Client by reducing the dependency on gateways.

5 Steps to Get Telemetry Data in DX NetOps

This practitioner blog will show you how to consume telemetry data from your network devices in five easy steps. Telemetry is a monitoring technology used to do high-speed data collection from network devices. According to EMA research on network performance management, “71% of enterprises are interested in collecting streaming network telemetry with their network management tools.” This next-generation approach to monitoring has been expected to replace SNMP for years.

How to use Argo CD to configure Kubernetes Monitoring in Grafana Cloud

Since Kubernetes Monitoring launched in Grafana Cloud last year, we have introduced highly customizable dashboards and powerful analytics features. We’ve also focused on how to make monitoring and managing resource utilization within your fleet easier and more efficient. But what’s an easy way to add resources to your cluster while using Kubernetes Monitoring?

Administer Your Splunk Cloud Stacks Easily and Efficiently with ACS Helper for Splunk

A little over two years ago, Splunk announced a revolutionary feature that would simplify the life of Splunk Cloud administrators by providing APIs that enable self-management and self-administration of Splunk Cloud Stacks. No more waiting for support tickets to be written, emailed, prioritized and then executed.

Common C# exceptions and how to fix them

C# is a powerful programming language, but like all code, comes with its fair share of errors. Even experienced developers can find themselves stumped when they encounter a strange exception or error code. Fortunately, with the right knowledge and techniques, you can tackle any C# exception. In this article, we’ll discuss some of the most common exceptions in C# programming and how they can be fixed.