Hubert Deng

Results 301 comments of Hubert Deng

We'd like to be as similar to SaaS as we can be. Right now, Clickhouse versions are way behind and are introducing issues in self-hosted that are not seen in...

Thanks for filing this issue. We'll look into this. cc: @azaslavsky

Looking into this, I believe the beacon might still be giving us good data. It even shows us our dogfood instance. At least here: https://sentry.io/_admin/beacons Perhaps the looker dashboard to...

It seems like whatever appears in the admin dashboard is based on the install id of a self-hosted instance, which is treated as unique. This value is a sha1 hash

I believe we can rely on BigQuery as a source of truth for `beacon_checkin`, `beacon_install`, and `beacon_stats`

Something is not right for Events(24H), even our instance shows this as 0 events, which is not true. The recent beacon checkins with versions 23.* all show up with 0...

This line is returning 0: https://github.com/getsentry/sentry/blob/37e47a02a7a0663315d0be4e69d93224ad434995/src/sentry/tasks/beacon.py#L72-L74 That doesn't seem to be correct. Seems to be from using `TSDBModel.internal`. Since using `TSDBModel.project` gives me an accurate event count

Talked about not storing ip addresses, but having a general idea of where people are using self-hosted Sentry would be useful

Definitely something we should look into doing. Thanks for filing, looks like we don't have a ticket for this yet