Commit b254d39
[dataset quality] Fix breakdown doc trend charts for wired streams (elastic#239147)
Closes elastic#239138.
When we were sending the telemetry events we were relying on the dataset
being in the shape of `${type}-${name}-${namespace}`, however this is
not true anymore now that we support streams.
Instead of saving a wrong value for `type`, we now send an empty value,
we still can get the whole dataset name by looking into `index_name`.
For the other values (`name`, `namespace`) we are also sending an empty
value now.
### 🎥 Demo
#### Before
https://github.com/user-attachments/assets/e99adb3c-7e51-45fe-a9f3-1f88462ac573
#### After
https://github.com/user-attachments/assets/ea1e0046-5b3f-4f86-83be-46e1b81f84c11 parent e4818ab commit b254d39
File tree
1 file changed
+3
-3
lines changed1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments