Skip to content

Commit 0f04572

Browse files
committed
Fix markdown lint errors in custom buckets README
- Compress table columns to fit 100 char line limit - Break long URL link across lines Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 6ec01ea commit 0f04572

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/example-custom-buckets/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ Consider using custom buckets (and NHCB) when:
145145

146146
## Differences from Standard Native Histograms
147147

148-
| Feature | Standard Native Histograms | NHCB (Schema -53) |
149-
| ----------------- | ------------------------------------- | -------------------------------------- |
150-
| Bucket boundaries | Exponential (base 2^(2^-scale)) | Custom boundaries |
151-
| Use case | General-purpose | Specific distributions |
152-
| Mergeability | Can merge histograms with same schema | Cannot merge with different boundaries |
153-
| Configuration | Schema level (0-8) | Explicit boundary list |
148+
| Feature | Standard Native Histograms | NHCB (Schema -53) |
149+
| ----------------- | ------------------------------- | --------------------------------- |
150+
| Bucket boundaries | Exponential (base 2^(2^-scale)) | Custom boundaries |
151+
| Use case | General-purpose | Specific distributions |
152+
| Mergeability | Can merge with same schema | Cannot merge different boundaries |
153+
| Configuration | Schema level (0-8) | Explicit boundary list |
154154

155155
## Cleanup
156156

0 commit comments

Comments
 (0)