Code Monkey home page Code Monkey logo

Comments (1)

timrourke avatar timrourke commented on September 26, 2024

Just spitballing, since I'm just a dude, not a DataDog dude, but I wonder if a reasonable strategy here would be to extract the behavior of sending socket messages out into its own object. Sending data over UDP is a different responsibility from serializing UDP message strings so they conform to dogstatsd (which is what most of DogStatsd is about), and if a user could supply their own "sender" object, the specific send implementation could be made entirely flexible.

An interface called \DataDog\DogStatsd\Sender that supported a single public method send would be nice. Then you could extract the curl send logic and the UDP over IP send logic into their own Sender implementations.

I had to stub global socket functions at the namespace level to test that the global socket_* functions were being called correctly, which is boilerplate I could avoid if I could instead pass DogStatsd a mock of a Sender implementation.

from php-datadogstatsd.

Related Issues (20)

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.