Commit 52a3541
committed
docs: Update classicBuckets() to classicUpperBounds()
Commit c57e49c (2023-09-23, "Rename buckets to upperBounds in
histogram builder") renamed method `classicBuckets()` to
`classicUpperBounds()` but missed renames in `docs/` and in one javadoc
link.
Fix the documentation to the new name.
Signed-off-by: Dov Murik <[email protected]>1 parent dcff5a1 commit 52a3541
File tree
2 files changed
+4
-4
lines changed- docs/content/getting-started
- prometheus-metrics-config/src/main/java/io/prometheus/metrics/config
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments