-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frequent 503 responses from New Relic #48
Comments
Related: does this mean the stats are not being processed, so New Relic's data shouldn't be trusted also? |
This is going to happen from time to time (New Relic's servers go over capacity, or we're performing maintenance on the servers or our network infrastructure). If you look at that log message, it tells you that the metric data the agent collected is being merged with what the agent is collecting right now. No performance statistics or traced errors will be lost on a 503 response from New Relic. |
See also http://stspg.io/643 |
…sequelize-app/app/http-cache-semantics-4.1.1 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sequelize-app/app
Release v3.0.0
Updated contributing guidelines
Removes program from start snippet as it is not necessary.
I just tried installing the experimental agent. I am constantly getting log messages on the server saying New Relic responded with 503. A typical log message:
{"name":"newrelic","hostname":"6e271aaf-3bbc-4d3f-ba46-f05346ac3ef3","pid":9,"level":40,"err":{"message":"Got HTTP 503 in response to metric_data.","name":"Error","stack":"Error: Got HTTP 503 in response to metric_data. at DataSender.onCollectorResponse (/app/node_modules/newrelic/lib/collector/data-sender.js:145:17) at ClientRequest.EventEmitter.emit (events.js:95:17) at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1689:21) at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:120:23) at Socket.socketOnData [as ondata] (http.js:1584:20) at TCP.onread (net.js:525:27) at TCP.onread (/app/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/glue.js:63:23)","statusCode":503},"msg":"Merging metrics from last harvest cycle because:","time":"2013-09-28T15:28:27.291Z","v":0}
The text was updated successfully, but these errors were encountered: