viglia

Results 12 issues of viglia

Adding pthread is currently causing problems collecting stack traces on Linux. This commit remove that blocklist to allow us debug this problem further. Please, keep this PR on hold. I'm...

bug
enhancement

This metadata will not be stored in Snuba.

Status: Stale
enhancement
Scope: Backend

The JWTStatelessUserAuthentication backend’s authenticate method does not perform a database lookup to obtain a user instance. Instead, it returns a rest_framework_simplejwt.models.TokenUser instance which acts as a stateless user object backed...

this PR aims at adding metrics type definition and the related serialization logic. This does not include high-level APIs that will be used by the users (with proper aggregation/bucketing). Example...

This will let us pass a context.Context when creating a new request with getRequestFromEvent. This will let us have a more granular control over how/when we cancel a request instead...

Hi, I'm currently toying with `JWTStatelessUserAuthentication`. When I handle a request, hence, the user instance is not fetched from the `DB` but a `TokenUser` is returned instead. Since I'm also...

This PR tries to address inconsistencies regarding the collection of samples across time and threads (somehow related to #177). Currently to collect a sample (stack) we rely on the `SIGPROF`...

Hi, I don't know if this issue should be labelled as a "bug" since it's due to the way sampling is implemented but we probably should make clear in the...