Skip to content

Commit

Permalink
use binary encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Jan 19, 2024
1 parent 68db9c8 commit b786a97
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions schemas/ingest-metrics.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,12 @@
"title": "set_metric_value",
"type": "array",
"items": {
"type": "integer",
"minimum": 0,
"maximum": 4294967295
"type": "number"
}
},
{
"title": "distribution_metric_value",
"type": "array",
"items": {
"type": "number"
}
"type": "string"
},
{
"title": "gauge_metric_value",
Expand Down

0 comments on commit b786a97

Please sign in to comment.