gpt4 book ai didi

html - 去除 rails 中某些路线的 newrelic rum.js 脚本

转载 作者:搜寻专家 更新时间:2023-10-31 23:10:20 26 4
gpt4 key购买 nike

我正在使用 newrelic ruby​​ 代理,它正在向来 self 的应用程序的每个 hmtl 响应插入一些 js 代码,例如在 head 中:var NREUMQ=[];NREUMQ.push(["mark","firstbyte",new Date ().getTime()]);

问题是,我们允许用户托管内容,有时他们托管 html 文件。然后 newrelic 在他们点击下载时将这些行插入到他们的 html 中......

示例 html 通过站点下载并添加了 newrelic。有什么建议可以仅针对某些路由或我们只能用于特定代码路径的任何其他方法去除 newrelic 内容吗?

HTTP/1.1 200 OK
Server: nginx/1.1.8
Date: Thu, 26 Apr 2012 19:25:54 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 1176
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.11
X-UA-Compatible: IE=Edge,chrome=1
Content-Transfer-Encoding: binary
X-Runtime: 0.340155
Progma: cache
Content-Disposition: attachment; filename="404.html"
Expires: 0
Cache-Control: private
Set-Cookie: ;)
Status: 200

<!DOCTYPE html>
<html>
<head><script>var NREUMQ=[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>

<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<script>(function(){var d=document;var e=d.createElement("script");e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/30/eum/rum.js";var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(e,s);})();NREUMQ.push(["nrf2","beacon-1.newrelic.com","9dfe439095",309309,"blablabla==",0,336,new Date().getTime()])</script></body>
</html>

我试过使用: 包括 NewRelic::Agent::Instrumentation::ControllerInstrumentation newrelic_ignore :only => "下载"在我的 Controller 中,但它似乎没有任何效果。

当我重新启动我的 passenger 时,代码在短时间内不会附加到任何页面,之后,它会附加到所有页面,即使是那些有 newrelic_ignore 的页面

最佳答案

您可以关闭 New Relic RUM 的自动检测——这就是在您的页面中自动插入 JS 的原因。 newrelic.yml 中有一个设置可以打开和关闭自动 RUM。查看documentation for RUM in Ruby了解详情。

完成此操作后,您可以为要测量最终用户页面加载时间的操作手动添加回检测。文档中也描述了如何执行此操作——调用 Ruby 代理 API 方法在页面中插入页眉和页脚。

关于html - 去除 rails 中某些路线的 newrelic rum.js 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10340138/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com