Giter Site home page Giter Site logo

Submit experiment results about flagr HOT 4 CLOSED

openflagr avatar openflagr commented on May 8, 2024
Submit experiment results

from flagr.

Comments (4)

zhouzhuojie avatar zhouzhuojie commented on May 8, 2024 1

It's not a very high priority, and Flagr already collected server-side evaluation logs.

I would imagine this can be useful for the following scenarios:

  • Flag evaluation is not at the same time that the experiment begins. For example, loading flags into a mobile app at the bootstrap time, but the actual experiment starts deep down when people actually see the feature.
    • track is the most accurate way of logging that impression.
  • Flag evaluation doesn't collect enough context for logging. For example, you mentioned that the time or latency of a feature that can only be collected after its execution.
    • track can help to add that context to the logs.

I will keep this issue open in case someone or me wants to implement it.

from flagr.

zhouzhuojie avatar zhouzhuojie commented on May 8, 2024

That sounds like a good idea! And definitely open to contributions!

I think it's similar to track, so clients can send back to Flagr with additional evaluation context together with previous evaluation result.

I would propose

  • New API: POST /evaluation/track
  • Request body schema can be the same as the response of POST /evaluation
  • Additional evaluation context can be added to evalContext.entityContext

https://checkr.github.io/flagr/api_docs/#operation/postEvaluation

Let me know if you want to start working on it, or I will find some time later.

from flagr.

johnsardine avatar johnsardine commented on May 8, 2024

@zhouzhuojie Thank you for your prompt reply. I was thinking a bit more with my team and maybe you also reached this conclusion on your side. The actual collection of the results is probably not a priority for this project.

Imagine you collect metrics using Mixpanel, you can easily collect the experiment results there. Otherwise you'd have to develop a couple of analysis mechanisms into Flagr.

Thank you for looking into this but I'll actually drop this request unless you actually see the need for it.

from flagr.

github-actions avatar github-actions commented on May 8, 2024

Stale issue message

from flagr.

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.