Coder Social home page Coder Social logo

java-dogstatsd-client's Introduction

Typescript Developer

โค๏ธ React, Typescript, NodeJS, GraphQL, Kubernetes

๐ŸŽ“ Certified Kubernetes Application Developer (CKAD), Hashicorp Terraform Associate, Machine Learning Engineer (Udacity)

java-dogstatsd-client's People

Contributors

anikiforovopensource avatar arnabk avatar ashofthedream avatar camerondavison avatar charles-dyfis-net avatar kaufda avatar michaelsembwever avatar scarytom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

java-dogstatsd-client's Issues

Rename com.timgroup package

This library is effectively repackaging the library it was forked from. This causes classpath loading issues.

If you have a library that depends on the forked library and another one which depends on this, you end up with two classes with the same name with possibly different binary interfaces (e.g. in the count method on NonBlockingStatsDClient).

Please never ever do something foolish as this. Just properly rename that package.

This can be the case with: Transitive dependencies. If A depends on B which depends on the original statsd and A depends on C which depends on dogstatsd you end up having two dependencies on your classpath exporting the same package.

I also opened an issue on the repo which this is a fork from: indeedeng#28

Support configuring the client from environment variables

All of the official Datadog dogstatsd clients can now be configured via standard environment variables. As the maintainer of the java dogstatsd library, could you port the same functionality to this client? We would prefer that configuration be consistent across client libraries.

Sample changes from the java implementation can be found here: DataDog/java-dogstatsd-client#73

Let me know if you have any questions about the code or the feature more generally.

Thanks,

Ahmed

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.