Operations | Monitoring | ITSM | DevOps | Cloud

APM

The latest News and Information on Application Performance Monitoring and related technologies.

Celery worker | Tutorial on how to set up with Flask & Redis

Celery worker is a simple, flexible, and reliable distributed system to process vast amounts of messages while providing operations with the tools required to maintain such a system. In this tutorial, we will learn how to implement Celery with Flask and Redis. Before we deep dive into the tutorial, let’s have a brief overview of Celery workers.

OpenMetrics vs OpenTelemetry - A guide on understanding these two specifications

OpenMetrics and OpenTelemetry are popular standards for instrumenting cloud-native applications. Both projects are part of the Cloud Native Computing Foundation (CNCF) and aim to simplify how we generate, collect and monitor services in a modern cloud-native distributed application environment. Let's have a look at how both the standards are aiming to help solve the observability conundrum.

This Month in Datadog: Episode 11

Datadog is constantly elevating the approach to cloud monitoring and security. This Month in Datadog updates you on our newest product features, announcements, resources, and events. To learn more about Datadog and start a free 14-day trial, visit Cloud Monitoring as a Service | Datadog. This month we put the Spotlight on automated root cause analysis with Watchdog RCA.

Role-Based Access Control (RBAC) in eG Enterprise

eG Enterprise is a single pane of glass that provides monitoring and oversight of every layer and tier of your IT infrastructure. However, this does not mean every user in the organization has the same view of the IT infrastructure or needs to use the tool in the same way. In fact, controlling a user’s view of the monitored applications and infrastructure, as well as their privileges to perform tasks and access data via Role-Based Access Control, is a critical feature for our customers.

3 key benefits that prove OpenTelemetry is the future of APM

Application performance monitoring (APM) solutions were designed to catch anomalies in an application or website's backend and provide meaningful insights to rectify issues in real time. Lately, though, APM solution providers have been left playing catch-up to be more inclusive of newly emerging technologies and the operational challenges they bring. OpenTelemetry (OTel) simplifies the issues caused by the demands of modern applications.

Complete guide to GraphQL in Angular [with example]

GraphQL is a query language and server-side runtime for APIs developed by Facebook in 2012. In this guide, we will implement an Angular Apollo GraphQL client with the help of a sample To-Do app. Before we demonstrate how to implement the Angular GraphQL client, let’s have a brief overview of the Angular framework and GraphQL.

New and improved Python error grouping

Raygun has a long history of continually improving the quality and capability of our Crash reporting grouping logic. Across thousands of customers, it’s essential to help teams quickly discern where to allocate their resources to fix bugs, resolve performance issues, and create better experiences for customers. Today, we’re pleased to launch a new and improved grouping system for Python.

AVD - Azure Virtual Desktop - Usage Trends and Statistics

Technology advancements have now made it possible for organizations to adopt virtual desktop technologies in a hassle-free manner, from the cloud. Microsoft’s multi-session Windows desktop technologies supported on Azure cloud allow admins to provision virtual desktops on-demand. Integration with Azure Active Directory and FSLogix ensures secure access with efficient profile management.

AlertOps Partners With Cisco AppDynamics to Enhance Major Incident Resolution

Chicago, IL – May 17, 2022 AlertOps, a major incident response management platform, announced today a new technology integration partnership with Cisco AppDynamics, the leading Application Performance Monitoring (APM) and full-stack, business-centric observability solution. This new relationship empowers AlertOps and AppDynamics, joint users, with intelligent alerting, escalation policies, workflows, and scheduling to rapidly remediate major incidents.

Tracing a Ruby application with OpenTelemetry for performance monitoring

Ruby on Rails is a popular MVC framework for creating web applications. It is necessary to monitor your Ruby applications for performance issues. In today’s cloud-native and microservices-based architecture, it is difficult for engineering teams to troubleshoot performance issues. Tracing your application can give the much needed context required to troubleshoot performance issues.