Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Last active December 30, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garethahealy/00a90bbee2556b6f0a338ece87096c89 to your computer and use it in GitHub Desktop.
Save garethahealy/00a90bbee2556b6f0a338ece87096c89 to your computer and use it in GitHub Desktop.
grouped output example
[
{
"id": "prometheus_test{PUT}",
"data": [
{
"timestamp": 1482999784249,
"value": 2
},
{
"timestamp": 1482999874249,
"value": 5
},
{
"timestamp": 1482999964249,
"value": 8
}
]
},
{
"id": "prometheus_test{GET}",
"data": [
{
"timestamp": 1482999814249,
"value": 3
},
{
"timestamp": 1482999904249,
"value": 6
},
{
"timestamp": 1482999994249,
"value": 9
}
]
},
{
"id": "prometheus_test{DELETE}",
"data": [
{
"timestamp": 1482999844249,
"value": 4
},
{
"timestamp": 1482999934249,
"value": 7
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment