Skip to content

Instantly share code, notes, and snippets.

@samjewell
Last active January 24, 2024 10:34
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 samjewell/1bad11af0f9b3ec23860b8ce2518060e to your computer and use it in GitHub Desktop.
Save samjewell/1bad11af0f9b3ec23860b8ce2518060e to your computer and use it in GitHub Desktop.
dummy-attribution-micro-with-metadata.json
{
"attributions": [
{
"monthISO": "2023-07",
"monthString": "July",
"team": "coffee",
"grafanaProduct": "metrics",
"billableSeries": 40,
"dollarCost": 4
},
{
"monthISO": "2023-07",
"monthString": "July",
"team": "cakes",
"grafanaProduct": "metrics",
"billableSeries": 330,
"dollarCost": 33
},
{
"monthISO": "2023-07",
"monthString": "July",
"team": "coffee",
"grafanaProduct": "logs",
"billableSeries": 70,
"dollarCost": 7
},
{
"monthISO": "2023-07",
"monthString": "July",
"team": "cakes",
"grafanaProduct": "logs",
"billableSeries": 990,
"dollarCost": 99
},
{
"monthISO": "2023-06",
"monthString": "June",
"team": "coffee",
"grafanaProduct": "metrics",
"billableSeries": 60,
"dollarCost": 6
},
{
"monthISO": "2023-06",
"monthString": "June",
"team": "cakes",
"grafanaProduct": "metrics",
"billableSeries": 440,
"dollarCost": 44
},
{
"monthISO": "2023-06",
"monthString": "June",
"team": "coffee",
"grafanaProduct": "logs",
"billableSeries": 90,
"dollarCost": 9
},
{
"monthISO": "2023-06",
"monthString": "June",
"team": "cakes",
"grafanaProduct": "logs",
"billableSeries": "1,010",
"dollarCost": 101
}
],
"metadata": {
"attributionDimensions": ["team", "grafanaProduct"],
"billDetails": [
{
"monthISO": "2023-07",
"monthString": "July",
"hasDpmPerSeriesLargerThanIncluded": "FALSE",
"p95Time": "2023-07-22T22:41:04.246Z",
"billableSeriesAtP95Time": "1,429",
"billableSeriesBilled": "1,429",
"sumBillableSeriesAttributed": "1,430",
"attributionKeys": "team",
"attributionValues": {
"team": ["cakes", "coffee"]
}
},
{
"monthISO": "2023-06",
"monthString": "June",
"hasDpmPerSeriesLargerThanIncluded": "TRUE",
"p95Time": "2023-06-22T22:41:04.246Z",
"billableSeriesAtP95Time": "1,598",
"billableSeriesBilled": "1,598",
"sumBillableSeriesAttributed": "1,600",
"attributionKeys": "team",
"attributionValues": {
"team": ["cakes", "coffee"]
}
}
],
"stackId": 11223,
"stackSlug": "myStack",
"orgId": 4423,
"orgSlug": "myOrg"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment