Commit 6adb646
authored
The telemetry for data tiers was using the size in bytes, however, for
the frozen tier using searchable snapshots, this was the disk usage
rather than the size of the actual data.
This commit changes the telemetry to use `total_data_set_size` as
introduced in #70625 so that the telemetry is correct.
Resolves #86055
1 parent 3ffbc17 commit 6adb646
File tree
3 files changed
+9
-3
lines changed- docs/changelog
- x-pack/plugin/core/src
- main/java/org/elasticsearch/xpack/core
- test/java/org/elasticsearch/xpack/core
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
| 772 | + | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| |||
0 commit comments