grafana/public/app/features/logs/components
Matias Chomicki ebfa06e040
Loki: Added support to show label types in Log Details (#97284)
* Log Details: add support to resolve label types if supported

* Update public/app/features/logs/utils.ts

Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com>

* LogDetailsRow: create component to display label type

* Remove log

* Add missing index resolution for label type values

* Make type icon less prominent

* Update new icon styles

* Formatting

* Update public/app/features/logs/utils.ts

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>

* Update public/app/features/logs/utils.ts

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>

* LogDetails: update test

* Formatting

---------

Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com>
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-12-12 18:49:59 +02:00
..
__mocks__
log-context Chore: Finish converting emotion styles to object syntax (#95399) 2024-10-25 14:50:28 +01:00
InfiniteScroll.test.tsx Logs: Allow scroll to reach the bottom of the log list before loading more (#96668) 2024-11-19 19:12:41 +02:00
InfiniteScroll.tsx Logs: Allow scroll to reach the bottom of the log list before loading more (#96668) 2024-11-19 19:12:41 +02:00
LoadingIndicator.tsx Chore: Convert styles to use emotion object syntax (#94989) 2024-10-23 15:25:28 +01:00
LogDetails.test.tsx Loki: Added support to show label types in Log Details (#97284) 2024-12-12 18:49:59 +02:00
LogDetails.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogDetailsBody.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogDetailsRow.test.tsx
LogDetailsRow.tsx Loki: Added support to show label types in Log Details (#97284) 2024-12-12 18:49:59 +02:00
LogLabelStats.tsx Chore: Convert styles to use emotion object syntax (#94989) 2024-10-23 15:25:28 +01:00
LogLabelStatsRow.tsx Chore: Convert styles to use emotion object syntax (#94989) 2024-10-23 15:25:28 +01:00
LogLabels.test.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogLabels.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogMessageAnsi.test.tsx
LogMessageAnsi.tsx
LogRow.test.tsx
LogRow.tsx Log Labels: add support to disable labels for unique labels (#97567) 2024-12-06 18:15:25 +02:00
LogRowMenuCell.tsx Logs Panel: Added support to pass custom options to the log rows menu (#95330) 2024-10-28 17:39:12 +01:00
LogRowMessage.test.tsx Logs Panel: Limit displayed characters to MAX_CHARACTERS (#96997) 2024-11-26 17:45:44 +02:00
LogRowMessage.tsx Logs Panel: Limit displayed characters to MAX_CHARACTERS (#96997) 2024-11-26 17:45:44 +02:00
LogRowMessageDisplayedFields.test.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogRowMessageDisplayedFields.tsx Logs: Added option to show the log line body when displayed fields are used (#97209) 2024-12-12 17:44:06 +02:00
LogRows.test.tsx Logs Panel: Allow text selection without changing Log Details state (#96995) 2024-12-10 09:18:50 -06:00
LogRows.tsx Logs Panel: Allow text selection without changing Log Details state (#96995) 2024-12-10 09:18:50 -06:00
getLogRowStyles.ts Chore: Convert styles to use emotion object syntax (#94989) 2024-10-23 15:25:28 +01:00
logParser.test.ts
logParser.ts