Commit ca3887d
authored
fix(tracemetrics): Format aggregate header cell in widget viewer (#105664)
Currently, the table in the widget viewer renders with the long format
of the axis value. This creates a header title mapping so we can display
a more user-friendly name in the table.
e.g. instead of `p50(value,metric_name,distribution,-)` we'll only
display `p50(metric_name)`1 parent 523c068 commit ca3887d
File tree
2 files changed
+14
-5
lines changed- static/app
- components/modals
- views/dashboards/datasetConfig
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
1051 | | - | |
1052 | | - | |
1053 | | - | |
| 1051 | + | |
1054 | 1052 | | |
1055 | 1053 | | |
1056 | 1054 | | |
| |||
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
262 | 273 | | |
263 | 274 | | |
264 | 275 | | |
| |||
0 commit comments