{"id":2243,"date":"2026-09-15T22:49:55","date_gmt":"2026-09-15T22:49:55","guid":{"rendered":"https:\/\/voicecabling.com\/?p=2243"},"modified":"2026-09-15T22:49:55","modified_gmt":"2026-09-15T22:49:55","slug":"breaking-the-data-silo-new-relic-launches-lens-to-revolutionize-observability-without-ingestion-costs","status":"publish","type":"post","link":"https:\/\/voicecabling.com\/?p=2243","title":{"rendered":"Breaking the Data Silo: New Relic Launches &quot;Lens&quot; to Revolutionize Observability Without Ingestion Costs"},"content":{"rendered":"<p>In the modern enterprise landscape, data is the lifeblood of decision-making. Yet, for many engineering and product leaders, the promise of data-driven insight is frequently stifled by a persistent, costly barrier: the &quot;ingestion tax.&quot; Organizations often find their telemetry data trapped within observability platforms while critical business context remains siloed in external databases like Snowflake, PostgreSQL, or even static Google Sheets. <\/p>\n<p>Today, New Relic is fundamentally changing this dynamic with the General Availability of <strong>New Relic Lens<\/strong>. This new data federation capability marks a significant shift in how observability platforms interact with the wider enterprise data ecosystem. By allowing users to query, correlate, and analyze data exactly where it resides\u2014without the need to move or ingest it\u2014New Relic is positioning itself as the central nervous system for unified business and technical intelligence.<\/p>\n<hr \/>\n<h2>The Core Challenge: The &quot;Double Tax&quot; of Observability<\/h2>\n<p>To understand the significance of New Relic Lens, one must first recognize the &quot;double tax&quot; problem that has plagued IT operations for years. Historically, if an engineering lead wanted to correlate system performance\u2014such as checkout latency on an e-commerce site\u2014with business metrics like total shopping cart revenue, they faced a logistical and financial nightmare.<\/p>\n<p>The business data usually resides in a relational database or a cloud data warehouse like Snowflake. To gain insight, teams have traditionally had to &quot;ingest&quot; that business data into their observability platform. This process incurs a double cost: the original cost of storing the data in the primary database, and a subsequent, often significant, cost for ingesting that same data into an observability tool.<\/p>\n<p>Beyond the financial burden, this process introduces latency and complexity. Data pipelines must be built, maintained, and monitored. When data schemas change, the pipelines break, leading to &quot;chaotic workarounds&quot; where analysts manually export data into separate Business Intelligence (BI) tools to perform cross-platform correlations. This manual labor is not only inefficient; it often leads to stale data and siloed decision-making, where the &quot;technical&quot; story told by the observability platform and the &quot;business&quot; story told by the BI tool remain fundamentally disconnected.<\/p>\n<hr \/>\n<h2>Chronology of a Data Evolution<\/h2>\n<p>The journey to New Relic Lens is a reflection of the broader evolution of the observability market. Over the past decade, the industry moved from simple server monitoring to full-stack observability. However, as organizations scaled, the volume of telemetry data exploded, making traditional ingestion-heavy models unsustainable.<\/p>\n<ul>\n<li><strong>Phase 1: The Monitoring Era:<\/strong> Focus was on &quot;is the server up?&quot;<\/li>\n<li><strong>Phase 2: The Observability Boom:<\/strong> Focus shifted to &quot;why is this request failing?&quot; utilizing massive ingestion of logs, metrics, and traces.<\/li>\n<li><strong>Phase 3: The Federation Era (Present):<\/strong> Focus has turned to &quot;how does this system performance impact my bottom line?&quot; without the overhead of moving petabytes of data.<\/li>\n<\/ul>\n<p>New Relic Lens represents the culmination of this third phase. By introducing data federation, the company is moving away from the &quot;all-in-one-place&quot; mandate and toward an &quot;access-anywhere&quot; philosophy. This strategy allows users to keep their data in specialized systems optimized for that data type\u2014Snowflake for analytics, PostgreSQL for relational business logic, and New Relic for high-cardinality telemetry\u2014while providing a unified interface to query them all at once.<\/p>\n<hr \/>\n<h2>How New Relic Lens Works: Technical Architecture<\/h2>\n<p>New Relic Lens acts as a bridge between the observability UI and external data sources. It allows users to write standard SQL queries that reach out to external connectors in real-time.<\/p>\n<h3>The Power of Cross-Database JOINs<\/h3>\n<p>The standout feature of Lens is its ability to perform cross-database JOINs. For example, a user can query user metadata stored in Snowflake and join it with page view telemetry generated within New Relic. <\/p>\n<p><strong>Example Workflow:<\/strong><br \/>\nImagine a query designed to group page performance by customer segment:<\/p>\n<pre><code class=\"language-sql\">SELECT sf.company, COUNT(*)\nFROM telemetry.PageView nr\nJOIN snowflake.users.user_metadata sf ON nr.enduser.id = sf.userId\nGROUP BY sf.company<\/code><\/pre>\n<p>In this scenario, the <code>telemetry.PageView<\/code> data is retrieved from New Relic\u2019s internal storage, while the <code>snowflake.users.user_metadata<\/code> is fetched on-demand from the client\u2019s Snowflake instance. The final correlation happens within the Lens engine, delivering an integrated report to the user in seconds.<\/p>\n<p>This architecture removes the need for ETL (Extract, Transform, Load) processes. Because the data remains at the source, security teams can maintain governance over the external databases, and engineering teams avoid the latency associated with synchronizing datasets.<\/p>\n<hr \/>\n<h2>Supporting Data and Use Cases<\/h2>\n<p>The utility of Lens spans multiple departments within an organization:<\/p>\n<ol>\n<li><strong>Product Management:<\/strong> By linking system latency with user churn data (stored in a CRM or SQL database), product managers can visualize the exact point where performance degradation begins to impact user retention.<\/li>\n<li><strong>Engineering Leadership:<\/strong> Engineering leads can correlate deployment frequency with business revenue. If a specific deployment coincides with a dip in revenue, they can identify the bottleneck in minutes rather than days.<\/li>\n<li><strong>IT Operations:<\/strong> Operations teams can ingest metadata from configuration management databases (CMDBs) to enrich alerts. An alert that says &quot;Database X is slow&quot; becomes &quot;Database X, which hosts the payment processing service for our EMEA region, is slow.&quot;<\/li>\n<\/ol>\n<hr \/>\n<h2>Official Perspective: Driving Value Through Innovation<\/h2>\n<p>Alexander Jones, Principal Product Manager at New Relic and a key architect behind the language features powering Lens, emphasizes that this release is about more than just convenience\u2014it\u2019s about empowering users to do more with the data they already possess.<\/p>\n<p>&quot;We wanted to build a query experience that doesn&#8217;t just look at telemetry in isolation,&quot; Jones notes. &quot;By enabling users to bring their own context\u2014whether that&#8217;s from Snowflake, Google Sheets, or traditional databases\u2014we are helping teams bridge the gap between technical performance and business outcomes. This is about making observability a strategic business asset.&quot;<\/p>\n<p>Jones\u2019s work on the underlying query language has been focused on performance and reliability, ensuring that federated queries do not degrade the experience for the user. By optimizing how New Relic handles these remote connections, the system ensures that complex joins are executed with high efficiency, maintaining the responsiveness that DevOps teams require during incident response.<\/p>\n<hr \/>\n<h2>Implications for the Industry<\/h2>\n<p>The introduction of New Relic Lens has profound implications for the observability market.<\/p>\n<h3>1. The Death of the Ingestion Tax<\/h3>\n<p>As organizations look to cut costs, the &quot;double tax&quot; of ingestion is becoming a primary target for CFOs. By providing an alternative, New Relic is setting a new standard for cost-effective observability. This feature may force competitors to rethink their pricing models, as the value proposition of &quot;all-in-one-platform&quot; shifts toward &quot;best-in-class federation.&quot;<\/p>\n<h3>2. Democratization of Data<\/h3>\n<p>By allowing queries to be performed directly from the New Relic UI, the platform becomes accessible to non-engineers. Product managers and business analysts, who might be intimidated by complex telemetry logs, can now use standard SQL to answer their own questions using business data they are already familiar with.<\/p>\n<h3>3. Strengthening Data Governance<\/h3>\n<p>Because data never leaves the original database until it is queried in the UI, organizations can maintain stricter control over their data footprint. Security teams can configure Fine-Grained Access (FGA) to ensure that only authorized personnel can query specific external sources, providing a secure path to cross-functional data analysis.<\/p>\n<hr \/>\n<h2>Getting Started: Implementation and Availability<\/h2>\n<p>New Relic Lens is now available to all paid customers of the platform. The implementation is designed to be low-friction, requiring minimal configuration to link external databases. <\/p>\n<p>Administrators manage access via the &#8216;organization_manager&#8217; role by default, ensuring that sensitive data sources remain protected. From there, teams can configure connectors to their preferred data warehouses or databases. New Relic has provided comprehensive documentation to assist in setting up these connectors, emphasizing a &quot;configure and query&quot; approach that avoids long implementation cycles.<\/p>\n<p>For teams looking to bridge the gap between their technical infrastructure and their business objectives, the message is clear: Stop moving data and start querying it. By breaking down the silos that have traditionally separated the engineering room from the boardroom, New Relic Lens is paving the way for a more unified, efficient, and data-driven future.<\/p>\n<p><em>To learn more about implementing New Relic Lens within your environment, visit the official <a href=\"https:\/\/docs.newrelic.com\/docs\/new-relic-lens\/overview\/\" target=\"_blank\" rel=\"noopener\">New Relic Documentation<\/a>. For specific inquiries or community support, visit the <a href=\"https:\/\/support.newrelic.com\" target=\"_blank\" rel=\"noopener\">New Relic Explorers Hub<\/a>.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the modern enterprise landscape, data is the lifeblood of decision-making. Yet, for many engineering and product leaders, the promise of data-driven insight is frequently&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2242,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[65,2201,178,5,2200,151,2199,4,17,20,708,2198,3,917],"class_list":["post-2243","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-network-testing-and-monitoring","tag-breaking","tag-costs","tag-data","tag-diagnostic","tag-ingestion","tag-launches","tag-lens","tag-monitoring","tag-observability","tag-relic","tag-revolutionize","tag-silo","tag-testing","tag-without"],"_links":{"self":[{"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/posts\/2243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/voicecabling.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2243"}],"version-history":[{"count":0,"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/posts\/2243\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/voicecabling.com\/index.php?rest_route=\/wp\/v2\/media\/2242"}],"wp:attachment":[{"href":"https:\/\/voicecabling.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/voicecabling.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/voicecabling.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}