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

fix: typo in 'less frequently' #1204

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A car company collects and aggregates telemetry data from millions of cars aroun
every third second to a backend service. The cars are connected to a nearby cloud region for low-latency and high
availability reasons. All telemetry data is fed into an analytics system to find anomalies and gather statistics,
but it would be an extreme amount of data and an unnecessary cost to transfer all telemetry samples to the global analytics
system. Instead, the data is aggregated at the "local" regions and then transferred less frequent, but still
system. Instead, the data is aggregated at the "local" regions and then transferred less frequently, but still
near real time, to the analytics system.

When an anomaly is found by the analytics system it can dynamically change the level of detail for certain categories
Expand Down
Loading