Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Success makers: telemetry #9830

Closed
2 tasks
TyDunn opened this issue Oct 8, 2021 · 3 comments · Fixed by #10065
Closed
2 tasks

Success makers: telemetry #9830

TyDunn opened this issue Oct 8, 2021 · 3 comments · Fixed by #10065
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/success-markers Success markers effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR

Comments

@TyDunn
Copy link
Contributor

TyDunn commented Oct 8, 2021

Definition of done

  • telemetry decided
  • telemetry implemented
@TyDunn TyDunn added area:rasa-oss/success-markers Success markers area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. labels Oct 8, 2021
@usc-m
Copy link
Contributor

usc-m commented Oct 8, 2021

Some ideas on metrics:

  • command executed (extract/stats/both)
  • number of markers defined
  • some measure of marker complexity (minimum/maximum conditions per marker? some sort of bucketing by number of conditions per marker?)
  • what strategies are used to pull trackers
  • if people use the seed option if they're using the sample strategy

@alwx
Copy link
Contributor

alwx commented Oct 19, 2021

Some additions to ideas:

  • number of markers per operator (might give an idea of which operators are used the most, but can also be included to the "marker complexity" metric proposed above)
  • marker type (diagnostic/a partial success marker/a full success marker/...) — however, might be not always easy to determine

@alwx
Copy link
Contributor

alwx commented Oct 19, 2021

My suggestion for what needs to be tracked:

  • rasa evaluate markers CLI command executed
    • if it's just extract, produce stats or both
    • the strategy that will beused to select trackers for marker extraction (all/first_n/sample)
    • the number of trackers to extract markers from
    • seed to use if selecting trackers by 'sample'
  • the output of marker extraction has been saved
    • number of markers extracted
  • the stats has been produced
    • number of markers read

@alwx alwx mentioned this issue Nov 2, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/success-markers Success markers effort:atom-squad/2 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants