getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.82k stars 4.16k forks source link

Build severity service api #54248

Open wedamija opened 1 year ago

wedamija commented 1 year ago

We want to get this out quickly as a first pass, so initially we’ll just tack this on to https://github.com/getsentry/timeseries-analysis-service. This allows us to use all the necessary ML dependencies without having to add them to Sentry.

First pass of this can just be an api that accepts the details of the event and always returns the same score. Then we can hook up the model to the inputs afterwards.

lobsterkatie commented 1 year ago

Dummy endpoint added: https://github.com/getsentry/timeseries-analysis-service/pull/77 Real model added to endpoint: https://github.com/getsentry/timeseries-analysis-service/pull/81