Code Monkey home page Code Monkey logo

Comments (2)

mediocretes avatar mediocretes commented on July 19, 2024

How frequently are you sending metrics with that agent? Is it a case of metrics being sent regularly and then the socket dying after a few minutes, or is it several minutes of idle time followed by the next send failing?

Catching the exception is trickier... you might be able to give the agent its own logger and then set the log level to FATAL, or redirect its log output into /dev/null. I don't REALLY recommend that last one, as it would catch any other exceptions and throw them away.

from instrumental_agent-php.

P110 avatar P110 commented on July 19, 2024

We're sending metrics at least 4 times every two minutes - it's regular metrics with the socket dying every four minutes or so.

Will give some janky exception catching a go

from instrumental_agent-php.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.