服务器监控之New Relic
| 分类: 服务器 |
-
Send deployment information from the Java agent jar file
To learn how to submit deployment metadata to New Relic, visit the following URL:
-
Send deployment information directly via HTTPS
Deployment information can be sent to New Relic via HTTPS with our RESTful API.
To notify New Relic of a deployment, you can POST to
https://api.newrelic.com/deployments.xmland add the API key as a header ( x-api-key: 7e7ebd31f39f1c5cf5a58aa8), and the following parameters:bfb993f95fb591b0e75cf2e To use the deployments API,
turn on API access in your account integration settings.
提示:请确保监控主机有访问newreplic服务器的网络权限https://collector.newrelic.com
-
To delete an app: From the New Relic menu bar, select
APM > Applications. OR
To delete a server: From the New Relic menu bar, select
Servers > Servers. -
From the Applications (or Servers) index, wait for the app's (or
server's) color-codedhealth
status
to turn gray. -
Select the app's or server's
gear
icon, select Delete app from New Relic APM or Delete server from New Relic Servers, and then select the confirmation button.

加载中…