Closed neopaf closed 1 year ago
As a Jaeger UI user I want to be able to copy information from a log entry, from one of keys. Just value, nothing else.
Currently we have Copy JSON button that copies one key from log entry like this:
Copy JSON
{ "key": "key1", "type": "string", "value": "{\n \"eventItem\": [{\n \"UsageEventItem\": {\n \"itemTime\": \"2023-05-31T10:22:58Z\",\n \"usage\": {\n ..."
While we need the content of value only. Value is long and to just select and copy -> inconvenient.
Please add Copy value somewhere icon next to Copy JSON that would copy only value, in my case:
Copy value
{ "eventItem": [{ "UsageEventItem": { "itemTime": "2023-05-31T10:22:58Z", "usage": {
No response
Original Copy JSON was added in #292 / #312.
@yurishkuro Yuri, my deep respect for this. Karma += 1E9!
Requirement
As a Jaeger UI user I want to be able to copy information from a log entry, from one of keys. Just value, nothing else.
Problem
Currently we have
Copy JSON
button that copies one key from log entry like this:While we need the content of value only. Value is long and to just select and copy -> inconvenient.
Proposal
Please add
Copy value
somewhere icon next toCopy JSON
that would copy only value, in my case:Open questions
No response