Главная
Study mode:
on
1
Intro
2
Complex systems are hard to manage.
3
User experiences.
4
User experiences marbles.
5
without breaking the bank?
6
Three strategies for taming the spew.
7
Reduce. Reuse. Recycle.
8
Store less data.
9
Stop writing read-never data.
10
First, structure your data.
11
One event per transaction.
12
Often, trimming isn't enough.
13
Sample your data.
14
Statistics to the rescue!
15
Count 1/N events.
16
Count traces together.
17
Don't be afraid of sample rates.
18
Don't believe me? Ask a data scientist.
19
Aggregate data.
20
Aggregation destroys cardinality.
21
Temporal correlation is weak.
22
Math on quantiles is misleading.
23
Aggregation is a last resort.
24
How can sampling be cheap enough?
25
Systems scale with load.
26
Reconcile using the sample rate.
27
How can we save the relevant events?
28
Normalize per-key.
29
Different key, different probability.
30
Retain errors & slow queries.
31
Metrics and events can be friends!
Description:
Explore strategies for efficiently managing and refining systems data in large-scale observability infrastructures without compromising data fidelity. Learn how to scale back the flood of data while retaining crucial information for troubleshooting and understanding production behaviors. Discover statistical techniques to gather accurate, specific, and error-bounded data on services' top-level performance and inner workings. Examine methods to keep context of anomalous data flows and cases while preventing ordinary data from overwhelming the system. Delve into three key strategies: reducing data volume, reusing information through sampling techniques, and recycling data through aggregation. Understand the importance of structuring data, implementing effective sampling rates, and utilizing aggregation as a last resort. Gain insights on normalizing per-key, retaining errors and slow queries, and harmonizing metrics with events to create a robust observability system that balances cost-effectiveness with comprehensive system insights. Read more

Refining Systems Data without Losing Fidelity

USENIX
Add to list