Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ayirr7 committed Oct 19, 2023
1 parent 5188a9f commit 632dedd
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions examples/snuba-generic-metrics/1/snuba-generic-metrics-gauge.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version": 2,
"mapping_meta": {
"g": {
"1": "g:transactions/alerts@none",
"3": "environment",
"5": "session.status"
"version": 2,
"mapping_meta": {
"c": {
"1": "g:transactions/alerts@none",
"3": "environment",
"5": "session.status"
}
},
"metric_id": 1,
"org_id": 1,
"project_id": 3,
"retention_days": 90,
"tags": {
"3": "production",
"5": "init"
},
"timestamp": 1677512412,
"sentry_received_timestamp": 1677519000.456,
"type": "g",
"use_case_id": "transactions",
"value": {
"min": 1.0,
"max": 2.0,
"sum": 3.0,
"count": 2,
"last": 1.0
}
},
"metric_id": 1,
"org_id": 1,
"project_id": 3,
"retention_days": 90,
"tags": {
"3": "production",
"5": "init"
},
"timestamp": 1677512412,
"sentry_received_timestamp": 1677519000.456,
"type": "g",
"use_case_id": "performance",
"value": {
"min": 1.0,
"max": 2.0,
"sum": 3.0,
"count": 2,
"last": 1.0
}
}

0 comments on commit 632dedd

Please sign in to comment.