elastic/kibana

[APM] JSON formatting for database spans

Open

#107.751 geöffnet am 5. Aug. 2021

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (19.065 Stars) (8.021 Forks)batch import
Team:obs-ux-infra_services - DEPRECATEDenhancementgood first issuestale

Beschreibung

Related https://github.com/elastic/apm-agent-nodejs/issues/2019

We show queries for spans with type db, but if it's not SQL it just renders this text field:

image

Figure out if we can determine if the query language is JSON, and give it pretty formatting and highlighting in these cases.

Contributor Guide