feat: updated demodata (#31202)

use current time range and add @timestamp field
This commit is contained in:
Joe Fleming 2019-02-19 12:31:21 -07:00 committed by GitHub
parent 4224895cda
commit 9e60303cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35516 additions and 10515 deletions

View file

@ -32,6 +32,7 @@ export const demodata = () => ({
if (args.type === 'ci') {
set = {
columns: [
{ name: '@timestamp', type: 'date' },
{ name: 'time', type: 'date' },
{ name: 'cost', type: 'number' },
{ name: 'username', type: 'string' },