Code Monkey home page Code Monkey logo

Comments (5)

hdelaby avatar hdelaby commented on May 27, 2024

Hi @laurenyew-nytimes

I assume your main motivation here is to control costs and we already have two ways to solve this. The first one is the ability to sample at the SDK level (see documentation). The second one is our preferred solution: with Datadog you can ingest all your logs but only index the ones that are important. This way, the logs are still sent if you need them for an escalation for instance, but you do not pay the cost of indexing when you don't need them. The log management documentation does a great job at explaining this.

from dd-sdk-android.

laurenyew-nytimes avatar laurenyew-nytimes commented on May 27, 2024

from dd-sdk-android.

mariusc83 avatar mariusc83 commented on May 27, 2024

Hi @laurenyew-nytimes ,

So what you need in there is a way to pause and resume your Logger instance based on some criteria, correct me if I am wrong. In that case making publicly the stop method will not help as this will completely stop and wipe out all the SDK tooling meaning that you will have to re - initialize again with a new Config to resume it (too much trouble). Also making a resume/pause method will introduce an extra complexity in the SDK which we don't really want in this moment as we are in a middle of a Beta release. Instead what we propose to you is to go around this and to follow what we are doing in the GlobalTracer or GlobalRum classes. Basically having a Singleton class for your Logger and being able to switch to a Sampled logger whenever you want to switch OFF your logs will work fine in your case. Please let me know your thoughts.

from dd-sdk-android.

laurenyew-nytimes avatar laurenyew-nytimes commented on May 27, 2024

Hi @mariusc83, thanks for your reply. Turns out we no longer need the dynamic stop capability so we are good to go with the current Logger. Thanks!

from dd-sdk-android.

mariusc83 avatar mariusc83 commented on May 27, 2024

Glad that things solved for you there and in case you need that again try that approach, it should work. Thank you again for your feedback @laurenyew-nytimes .

from dd-sdk-android.

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.