mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
7c036772df
Refs: https://github.com/denoland/deno/issues/26852 Initial support for exporting metrics. Co-authored-by: Luca Casonato <hello@lcas.dev>
20 lines
367 B
Text
20 lines
367 B
Text
{
|
|
"spans": [],
|
|
"logs": [
|
|
{
|
|
"timeUnixNano": "0",
|
|
"observedTimeUnixNano": "[WILDCARD]",
|
|
"severityNumber": 9,
|
|
"severityText": "INFO",
|
|
"body": {
|
|
"stringValue": "log 1\n"
|
|
},
|
|
"attributes": [],
|
|
"droppedAttributesCount": 0,
|
|
"flags": 0,
|
|
"traceId": "",
|
|
"spanId": ""
|
|
}
|
|
],
|
|
"metrics": []
|
|
}
|