Git Product home page Git Product logo

atlas-native-client's People

Contributors

brharrington avatar copperlight avatar dmuino avatar rahulsom avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atlas-native-client's Issues

Metrics with value 'nan' silently fail validation

In atlas-native-client, if a metric has a value of 'nan', the metric silently fails validation (i.e., a warning message is not printed to the logs):

if (std::isnan(measure->value())) {

Other validation failures are logged as warnings. Not logging these makes tracking down dropped metrics somewhat difficult.

I noticed NaNs being reported for nodejs.gc.pause, atlas.client.sendToMain, and apache.http.request in a quick sampling. Can send instance information via Slack or another internal channel.

Simplify configuration management

Currently there is a lot of boiler plate when we need to add a new config setting. Mostly motivated by the fact that I wanted to keep the Config class immutable and that it kept growing as new settings were added, but it might make sense to group related settings in a few structs, plus use default values in the Config itself. Maybe have the ConfigManager simply create the Config by passing a JSON document.

Add retry logic to HTTP client

Before returning an error to the caller, functions like atlas::util::http::post should retry a number of times for certain types of errors.

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.