Version: Grafana v11.3.0-75420
We utilize the “Inspect Value” modal dialog pretty often to visualize some JSON data structures.
However, since a few weeks the shown data is not formatted (pretty-printed) any more. It used to be before, but all of a sudden the line breaks and indention is not shown as it should.
How can we obtain a nicely formatted json again ?
Yes, i get the “code editor” tab in addition to “plain text”; and the code editor recognizes that it is kind of json and highlights the property names, but the prettyprint is still missing.
It used to be prettyprinted, now it is gone, so i have to take care that the input data already has a suitable formatting…
Correction: Double checked that the input data is already pretty-printed, but grafana destroys this during visualization
All of a sudden, the formatting is back again, without any changes from our side.
Thanks, Grafana !