Skip to content

Instantly share code, notes, and snippets.

@pezra
Forked from paul/gist:115606
Created May 21, 2009 18:18
Show Gist options
  • Save pezra/115608 to your computer and use it in GitHub Desktop.
Save pezra/115608 to your computer and use it in GitHub Desktop.
{
"_type": "Metric",
"href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456",
"name": "foo,bar,baz",
// By href
"datapoint_flavor": "numeric",
"numeric_datapoints_href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456/datapoints",
"datapoints_href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456/datapoints",
//
"account_href": "http://example.com/accounts/1234",
}
{
"_type": "Metric",
"href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456",
"name": "foo,bar,baz",
// By href
"datapoint_flavor": "text",
"text_datapoints_href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456/datapoints",
"datapoints_href": "http://data.v6.localhost/metrics/871ffeb6-6a35-4c35-a5bc-778d2cfd6456/datapoints",
//
"account_href": "http://example.com/accounts/234",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment