mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Adds comment explaining usage of RFC3339Nano string (#17872)
* Loki: Adds comment explaining usage of RFC3339Nano string
This commit is contained in:
parent
b06ad02a74
commit
1c291e26f8
@ -310,7 +310,7 @@ export class LokiDatasource extends DataSourceApi<LokiQuery, LokiOptions> {
|
||||
return {
|
||||
...commontTargetOptons,
|
||||
start: timeEpochNs - contextTimeBuffer,
|
||||
end: row.timestamp,
|
||||
end: row.timestamp, // using RFC3339Nano format to avoid precision loss
|
||||
direction,
|
||||
};
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user