You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(otlp): Parse JSON-looking attributes in span attributes panel (#95544)
Until EAP supports array storage, we are storing array attributes as
JSON-encoded strings. Since we can't know all array attribute names
ahead of time, scan through the attributes and look for any value that
_seems_ like it'll be a JSON array, and render it using the JSON
renderer if appropriate.
Closes OPE-51.
**e.g.,**
<img width="849" height="214" alt="Screenshot 2025-07-15 at 10 11 53 AM"
src="https://github.com/user-attachments/assets/0cf9eae3-e7c5-4c96-873e-c0e8a074cf96"
/>
0 commit comments