Skip to content

Commit

Permalink
Updating prometheus.json body_size_limit type to a string, can be 100…
Browse files Browse the repository at this point in the history
…MB, etc. (#4087)
  • Loading branch information
aned authored Sep 20, 2024
1 parent c1ceb32 commit 50fc3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemas/json/prometheus.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
},
"body_size_limit": {
"description": "An uncompressed response body larger than this many bytes will cause the scrape to fail. 0 means no limit. Example: 100MB.",
"type": ["integer", "null"],
"type": ["string", "null"],
"default": 0
},
"sample_limit": {
Expand Down Expand Up @@ -1296,7 +1296,7 @@
},
"body_size_limit": {
"description": "An uncompressed response body larger than this many bytes will cause the scrape to fail. 0 means no limit. Example: 100MB.",
"type": ["integer", "null"],
"type": ["string", "null"],
"default": 0
},
"sample_limit": {
Expand Down

0 comments on commit 50fc3b8

Please sign in to comment.