Created
August 15, 2018 09:20
-
-
Save deopard/76d334b9c4616c8e5e60429631c0f3b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"MetricName": "People", | |
"Dimensions": [{ "Name": "Gender", "Value": "All" }], | |
"Timestamp": "2018-08-15T14:00:00.000+09:00", | |
"Value": 20, | |
"Unit": "Count" | |
}, | |
{ | |
"MetricName": "People", | |
"Dimensions": [{ "Name": "Gender", "Value": "All" }], | |
"Timestamp": "2018-08-15T15:00:00.000+09:00", | |
"Value": 24, | |
"Unit": "Count" | |
}, | |
{ | |
"MetricName": "People", | |
"Dimensions": [{ "Name": "Gender", "Value": "All" }], | |
"Timestamp": "2018-08-15T16:00:00.000+09:00", | |
"Value": 30, | |
"Unit": "Count" | |
}, | |
{ | |
"MetricName": "People", | |
"Dimensions": [{ "Name": "Gender", "Value": "All" }], | |
"Timestamp": "2018-08-15T17:00:00.000+09:00", | |
"Value": 23, | |
"Unit": "Count" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment