Skip to content

Commit

Permalink
bug 1772163 - Raise limit on number of statically-defined labels to 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
chutten authored and badboy committed Jun 7, 2022
1 parent e9f4a17 commit fb45a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- [data-review] Include extra keys' names and descriptions in data review template ([bug 1767027](https://bugzilla.mozilla.org/show_bug.cgi?id=1767027))
- Raise limit on number of statically-defined lables to 4096. ([bug 1772163](https://bugzilla.mozilla.org/show_bug.cgi?id=1772163))

## 6.0.1

Expand Down
2 changes: 1 addition & 1 deletion glean_parser/schemas/metrics.2-0-0.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ definitions:
uniqueItems: true
items:
$ref: "#/definitions/labeled_metric_id"
maxItems: 100
maxItems: 4096
- type: "null"

extra_keys:
Expand Down

0 comments on commit fb45a9c

Please sign in to comment.