Home / Companies / New Relic / Blog / May 2026

May 2026 Summaries

13 posts from New Relic

Filter
Month: Year:
Post Summaries Back to Blog
New Relic emphasizes the critical role of workplace culture in promoting mental health and overall wellbeing, acknowledging that the average person spends a significant portion of their life at work. The company's commitment to fostering a supportive environment is reflected in initiatives like the Access Employee Resource Group (ERG), which promotes neurodiversity and mental health awareness. Events such as fireside chats and lunch meetings facilitate important conversations about stress management, boundary setting, and burnout prevention. Employees like Tamara McManus and Blake Jackson share personal strategies for maintaining mental health, emphasizing the importance of compassion, radical candor, and creating a safe space for open dialogue. New Relic also offers tools and flexible policies to support employee wellbeing, recognizing that a healthy work-life balance is essential for both personal and professional success. By integrating compassion and technology, the company aims to empower employees to thrive and focus on meaningful work, ultimately enhancing performance and authenticity in the workplace.
May 26, 2026 1,185 words in the original blog post.
Achieving a high Service Level Objective (SLO) for uptime, such as 99.95%, might create an illusion of reliability that masks underlying issues affecting specific user groups or regions. To address this, a two-pronged strategy is recommended: first, isolating the signal from noise by separating planned maintenance from unplanned incidents to prevent skewed error budgets and alert fatigue; second, deconstructing a global SLO into meaningful segments by faceting based on infrastructure, customer tier, and technology attributes. By doing so, teams can gain a detailed understanding of the service's performance, allowing them to proactively identify and resolve issues, focus engineering efforts where needed, and set targeted alerts for critical segments. This mature approach to service reliability management ensures that dashboard indicators accurately reflect the system's performance for all users, rather than being a misleading, singularly positive metric.
May 18, 2026 926 words in the original blog post.
New Relic has announced the General Availability of two new features in their Service Level Management suite: Service Level Maintenance Windows and Facet Service Level Compliance. These enhancements aim to improve the management, measurement, and reporting of system reliability. Service Level Maintenance Windows allow teams to schedule planned downtime without affecting reliability metrics, ensuring that only unplanned outages impact error budgets. Facet Service Level Compliance enables more granular analysis of uptime by breaking down compliance data by various attributes such as region or user tier, helping to identify localized issues. These features are designed to offer a more precise understanding of operational performance and enhance the effectiveness of reliability tracking for modern, distributed systems.
May 18, 2026 528 words in the original blog post.
New Relic provides a system for monitoring error rates by using metrics with an `error.type` attribute, which are visualized in an error rate chart on service summary pages. Errors detected in OpenTelemetry (OTel) metrics, such as `http.server.request.duration`, are marked with a status code of `ERROR`, while the Errors Inbox aids in error detection and resolution. To manage error data, New Relic offers server-side configurations that allow users to filter out certain errors, either by HTTP status code or error class, without affecting the error rate or cluttering the Errors Inbox. This approach is particularly useful for ignoring routine, non-critical errors that could otherwise inflate error rates and cause false alerts, thereby maintaining clear visibility while preserving essential trace data for debugging. Users can also configure the OTel Transform Processor to modify error data before it is exported, such as changing status codes from `ERROR` to `UNSET` and removing the `error.type` attribute, effectively reducing the error rate and preventing unnecessary clutter in the Errors Inbox. An example demonstrates a significant drop in error rate when HTTP status code 500 errors are ignored, showcasing the effectiveness of this configuration in providing accurate error monitoring.
May 11, 2026 771 words in the original blog post.
To effectively troubleshoot production issues, it is essential to unify existing observability tools rather than adding more, as this approach allows for faster identification of root causes by correlating metrics, logs, and traces. The text explores five leading observability platforms—New Relic, Datadog, Dynatrace, Splunk Observability Cloud, and Grafana Labs—each offering unique features and integrations to enhance incident resolution and reduce Mean Time to Resolution (MTTR). It emphasizes the importance of data correlation, integration breadth, pricing transparency, and fit with organizational workflows when selecting observability tools, suggesting a focus on unified data to move quickly from symptom to root cause. New Relic is highlighted for its comprehensive visibility, AI-assisted analysis, and extensive integrations, while the guide advises on effective implementation strategies, like defining standards for dashboards and alerts, to ensure observability tools are successfully adopted and yield practical benefits.
May 07, 2026 2,498 words in the original blog post.
In the complex landscape of infrastructure monitoring tools, organizations often find themselves overwhelmed by the multitude of options available, ranging from cloud dashboards to open-source solutions. The text emphasizes the importance of selecting a monitoring platform that truly aligns with a team's operational needs, focusing on unified telemetry, strong data correlation, and total cost of ownership. It highlights popular platforms such as New Relic, Datadog, Dynatrace, and open-source combinations like Prometheus and Grafana, each offering unique strengths in areas such as integration, AI-driven insights, and ecosystem compatibility. The choice between open-source and commercial tools hinges on factors like control, resource allocation, and desired features, with many organizations opting for hybrid approaches to balance visibility and control. Ultimately, the right infrastructure monitoring tool should empower teams to quickly diagnose and resolve issues, reducing downtime and improving system reliability.
May 07, 2026 2,550 words in the original blog post.
Distributed tracing tools are essential for managing complex microservices architectures, as they provide an end-to-end view of request flows across services, which traditional logs and dashboards cannot offer. These tools enable faster debugging, performance optimization, and improved reliability by tracing each request hop-by-hop, helping to identify issues and optimize operations. Among the notable tools discussed are New Relic, Jaeger, Zipkin, Datadog APM, and Grafana Tempo, each offering unique features such as integration with OpenTelemetry, various deployment options, and support for different storage backends. The choice of tool depends on factors like operational overhead, cost, integration capabilities, and the specific needs of the organization. OpenTelemetry plays a crucial role by providing a vendor-neutral framework for instrumenting services and ensuring trace data can be exported to different backends, aiding in maintaining flexibility and avoiding vendor lock-in. Ultimately, distributed tracing connects fragmented data into cohesive narratives, allowing teams to shift from reactive incident management to proactive system monitoring.
May 07, 2026 2,596 words in the original blog post.
Database monitoring tools are essential for reducing incidents and improving system reliability by providing correlated insights across databases, applications, and infrastructure. Fragmented telemetry often leads to extended troubleshooting and increased Mean Time to Repair (MTTR), as critical metrics like query performance, application traces, and infrastructure stats are scattered across different platforms. Effective monitoring solutions not only collect data but also analyze it, offering unified visibility and actionable insights to prevent outages. Tools like New Relic, Datadog, and Dynatrace stand out for their ability to integrate with Application Performance Management (APM) and infrastructure data, enabling teams to trace issues seamlessly from the frontend to database queries. These platforms reduce alert fatigue through intelligent alerting and anomaly detection, helping engineers focus on proactive maintenance rather than reactive troubleshooting. By unifying telemetry and minimizing context switching, these tools help organizations maintain high performance and reliability across cloud-native, hybrid, and on-premises environments.
May 07, 2026 2,538 words in the original blog post.
Unified infrastructure monitoring offers a comprehensive approach to managing the vast amount of telemetry data produced by modern distributed systems, consolidating metrics, logs, traces, and events into a single platform for improved visibility and operational efficiency. This method contrasts with traditional fragmented monitoring tools, which often require engineers to switch between various dashboards and logs during incident response, leading to delays and potential errors. By integrating all telemetry types, such as metrics for numerical signals and logs for detailed context, alongside traces and events, unified monitoring allows for seamless correlation and analysis. This integration facilitates the identification of patterns and root causes, enabling faster incident response and proactive management of IT infrastructure. Platforms like New Relic exemplify this approach by offering extensive integrations and automated dependency mapping, which reduce operational overhead and improve reliability. Implementing unified monitoring involves standardizing telemetry collection, configuring intelligent alerts, and continuously refining incident workflows to align with business outcomes, such as reducing downtime and improving service level objectives.
May 07, 2026 2,364 words in the original blog post.
In the evolving landscape of enterprise AI, the integration of generative AI and autonomous workflows is becoming essential, with companies heavily investing to transition from experimental to critical business operations. As AI solutions move to production, the realization emerges that their effectiveness hinges on the application layer's speed, reliability, and interconnectivity with APIs, databases, and orchestrators. While selecting powerful AI models is crucial, overlooking the engineering complexity of these systems poses risks, such as performance bottlenecks and eroded customer trust. New Relic's Application Performance Monitoring (APM) solution addresses these challenges by providing deep visibility into software systems, ensuring AI initiatives deliver on their ROI by optimizing speed and efficiency. The platform's comprehensive observability unifies AI and application strategies, mitigating operational blind spots and enhancing customer experiences. As enterprises plan to significantly increase their AI spending, New Relic's APM emerges as a critical component to secure and future-proof AI investments, ensuring that organizations not only keep pace but lead in the AI-driven market.
May 06, 2026 2,616 words in the original blog post.
Organizations often face challenges in effectively measuring and improving Mean Time to Repair (MTTR) due to a focus on detection and resolution rather than the critical initial step of identifying the root cause of an incident. The text emphasizes the importance of defining MTTR consistently across teams, standardizing incident timelines, and leveraging unified observability to reduce time spent in the identification phase. It also highlights strategies for improving MTTR, including clear severity and escalation paths, runbook automation, and AI-powered anomaly detection. The right tools, such as unified observability platforms and incident management systems, are crucial for streamlined incident response and minimizing MTTR, thereby reducing system downtime and associated costs.
May 06, 2026 2,528 words in the original blog post.
ServiceNow's Autonomous Workforce initiative, coupled with New Relic's Service Graph Connector, aims to revolutionize IT operations by enabling real-time, autonomous decision-making through accurate and continuously updated data models. The initiative addresses the challenges of outdated CMDBs and manual processes that struggle to keep pace with rapidly changing cloud-native environments. By integrating New Relic's live entity data into ServiceNow's CMDB, the service model becomes a dynamic artifact, facilitating autonomous operations that are intelligent and trustworthy. This integration allows for automatic incident assessment and resolution, reducing operational risk and paving the way for agentic IT workflows. Financial services and healthcare sectors are already benefiting from this technology, showcasing the convergence of IT service management and observability, where data accuracy is key to preventing incidents and ensuring seamless operations. The collaboration between New Relic and ServiceNow marks a significant step toward an era where IT operations can be managed autonomously, driven by real-time data and intelligent observability.
May 05, 2026 1,117 words in the original blog post.
New Relic Knowledge is an innovative platform designed to enhance operational resilience by integrating AI-driven insights with business context to address service degradation issues swiftly and effectively. Unlike other observability tools that primarily rely on documentation, New Relic Knowledge leverages its unique understanding of business transactions and service ownership to offer solutions grounded in both live business context and historical data. This approach ensures that engineers receive precise, actionable guidance during incidents, with recommendations based on what has been effective in similar past situations, thereby eliminating guesswork and enhancing trust in AI solutions. The platform supports seamless integration with tools like Confluence, Jira, GitHub, and Slack, aiming to transform operational history into a strategic advantage and lay the groundwork for future AI-driven autonomy in operations.
May 05, 2026 1,013 words in the original blog post.