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

docs: New fallback_sitrep() and related functionality for collecting telemetry data #111

Merged
merged 26 commits into from
Mar 8, 2024

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Mar 8, 2024

Collection and uploading of fallback events are now a two-step process. At run time, events are written to an .ndjson file, one line per entry, one file per process, anonymized. All entries can be reviewed with the new fallback_review() and deleted with fallback_purge() . The new fallback_upload() then uploads the collected data. Uploading can also happen during package load (opt-in).

The new fallback_sitrep() gives a situation report about the configuration and the available reports.

Closes #102.

@krlmlr krlmlr changed the title docs: Document fallback functionality docs: New fallback_sitrep() and related functionality for collecting telemetry Mar 8, 2024
@krlmlr krlmlr requested a review from hannes March 8, 2024 06:39
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 43.31210% with 89 lines in your changes are missing coverage. Please review.

Project coverage is 9.59%. Comparing base (2438c2b) to head (f407bf0).

❗ Current head f407bf0 differs from pull request most recent head 8d938cc. Consider uploading reports for the commit 8d938cc to get more accurate results

Files Patch % Lines
R/fallback.R 40.90% 52 Missing ⚠️
R/telemetry.R 45.58% 37 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #111      +/-   ##
========================================
+ Coverage   9.35%   9.59%   +0.23%     
========================================
  Files        128     129       +1     
  Lines      22463   22620     +157     
========================================
+ Hits        2102    2170      +68     
- Misses     20361   20450      +89     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krlmlr krlmlr changed the title docs: New fallback_sitrep() and related functionality for collecting telemetry docs: New fallback_sitrep() and related functionality for collecting telemetry data Mar 8, 2024
@krlmlr krlmlr requested a review from Tmonster March 8, 2024 07:21
@krlmlr krlmlr merged commit bd33d6f into main Mar 8, 2024
9 checks passed
@krlmlr krlmlr deleted the f-102-fallback branch March 8, 2024 07:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional telemetry
2 participants