mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@@ -56,7 +56,7 @@ export function legacyLogStreamToDataFrame(
|
||||
const ts = entry.ts || entry.timestamp;
|
||||
// iso string with nano precision, will be truncated but is parse-able
|
||||
times.add(ts);
|
||||
// So this matches new format, we are loosing precision here, which sucks but no easy way to keep it and this
|
||||
// So this matches new format, we are losing precision here, which sucks but no easy way to keep it and this
|
||||
// is for old pre 1.0.0 version Loki so probably does not affect that much.
|
||||
timesNs.add(dateTime(ts).valueOf() + '000000');
|
||||
lines.add(entry.line);
|
||||
|
||||
Reference in New Issue
Block a user