Daniel Thorn

Results 16 issues of Daniel Thorn

to validate and publish metrics, per https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/enable-data-ingestion.html#validate-and-publish-metrics > After your product has been enabled, you must submit commits to probe scraper to validate and publish metrics. Metrics will only be...

We are currently pinned to version 1.0.2 because of how asyncio support is patched in. Additionally, versions >2 do not include the compiled grpc headers, which are used by `pubsub_emulator.py`....

1. create a queue with a disk location 2. write a message to the queue 3. call `get` to make the message in-flight - **don't** ack or nack the message...

When writing to BigQuery in `payload` format (tables in `*_live` datasets), field names are normalized to snake_case, and it's currently possible to have multiple fields that map to the same...

For example: Say we have a 2 hour window where 50% of document ids weren't successfully delivered to live tables and need to be backfilled from payload_bytes_decoded, and the day...

enhancement

Should explain and record the limitations, expectations, and implications someone might need to know as a consumer of GCP Ingestion.

enhancement
documentation

the test currently has a 15 second run timer, because the test is for an unbounded input which does not have a natural end. When we have time, we should...

enhancement
ingestion-beam

Buildhub can be used to determine whether someone is on an official build of firefox. @fbertsch has requested we add a boolean field like `official_build` or `is_official` to relevant telemetry...

enhancement