AI 产品解读Reduce CCU (Compute Count Units) usage on New Relic dashboards by optimizing filter application
New Relic dashboards with text filters can consume high CCU because they continuously query data. This extension adds an 'APPLY FILTERS' button that allows users to manually apply filters, reducing unnecessary continuous queries and thus lowering CCU costs.
1. User navigates to a New Relic dashboard detail page (one.newrelic.com). 2. Extension detects the dashboard and clones text input variables. 3. Extension creates a custom 'APPLY FILTERS' button. 4. User enters filter values in the cloned fields and clicks the button to manually apply them, reducing continuous CCU consumption.
Clones dashboard text input variables to create a separate filter fieldAdds a custom 'APPLY FILTERS' button to manually trigger filter applicationHides/shows the variable bar to optimize UISupports multiple languages (pt-BR, en-US, es-ES)Uses MutationObserver to detect dashboard changes and dynamically inject UI elements
- 目标用户
- New Relic users / DevOps engineers / SREs / Anyone using New Relic dashboards who wants to reduce CCU costs
- The extension only runs on one.newrelic.com and modifies DOM elements; some behavior depends on New Relic's internal DOM structure which may change.
- The extension's README.md is auto-generated documentation and may not reflect all edge cases.
- Cannot verify if New Relic's own pricing changes affect the extension's value proposition.
付费分析未识别到付费功能
The extension is free with no in-app purchase, subscription, or billing logic. It does not gate features behind a paywall or call any payment APIs. While New Relic (the destination service) has its own paid CCU-based pricing model, the extension itself does not implement paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a content script that injects into https://one.newrelic.com/* (manifest.json:33). New Relic's platform (one.newrelic.com) is a SaaS monitoring service that strictly requires user authentication to access dashboards. The extension itself has no login UI, but the core workflow (modifying dashboard filters) cannot be performed without being logged into New Relic.