Skip to content

Instantly share code, notes, and snippets.

@itayw
Created June 2, 2014 07:38
Show Gist options
  • Save itayw/b27b87c1a9d26d79a73f to your computer and use it in GitHub Desktop.
Save itayw/b27b87c1a9d26d79a73f to your computer and use it in GitHub Desktop.
joola.io stats insert into Google Datastore
{ insert:
[ { key:
{ path:
[ { kind: '_stats_usage',
name: 1401692725593 } ] },
properties:
{ timestamp:
{ dateTimeValue: Mon Jun 02 2014 10:05:25 GMT+0300 (IDT),
indexed: true },
node: { stringValue: '3evd0zo2z', indexed: true },
event: { stringValue: 'usage', indexed: true },
cpu:
{ doubleValue: 4.0000000000000036,
indexed: true },
mem: { doubleValue: 77705216, indexed: true } } } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment