Skip to content

Commit cf440c8

Browse files
committed
format
1 parent 20da58b commit cf440c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reports.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ The system supports two types of SQL queries:
4141

4242
### Quick Decision Guide
4343

44-
| Metric Type | Use Timeseries | Use Histogram | Use Both |
45-
|-------------|----------------|---------------|----------|
46-
| Boolean/Adoption (present/not present) | ✅ Always | ❌ Never ||
47-
| Percentage/Rate | ✅ Yes | ❌ Rarely useful ||
48-
| Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
44+
| Metric Type | Use Timeseries | Use Histogram | Use Both |
45+
| -------------------------------------- | ----------------- | ------------------ | -------- |
46+
| Boolean/Adoption (present/not present) | ✅ Always | ❌ Never | |
47+
| Percentage/Rate | ✅ Yes | ❌ Rarely useful | |
48+
| Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
4949

5050
**Key Rule**: Always use timeseries for boolean/adoption metrics; histogram only for continuous distributions.
5151

0 commit comments

Comments
 (0)