Open larsivi opened 4 months ago
Our logs are created using https://www.npmjs.com/package/@google-cloud/logging-bunyan, which gives us a jsonPayload with a message property that is an object with properties.
In Grafana I get the jsonPayload.logName:"projects/{{projectId}}/logs/bunyan_log_applog" label, but not anything resembling the message object.
Looking at the go-code, it seems it is extracted as body and put into something content, but I don't find this anywhere in Grafana.
Our logs are created using https://www.npmjs.com/package/@google-cloud/logging-bunyan, which gives us a jsonPayload with a message property that is an object with properties.
In Grafana I get the jsonPayload.logName:"projects/{{projectId}}/logs/bunyan_log_applog" label, but not anything resembling the message object.
Looking at the go-code, it seems it is extracted as body and put into something content, but I don't find this anywhere in Grafana.