Skip to content

Commit

Permalink
Update prometheus.json
Browse files Browse the repository at this point in the history
body_size_limit is a string, can be 100MB, etc.
  • Loading branch information
aned authored Sep 19, 2024
1 parent c1ceb32 commit dab90be
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 dab90be

Please sign in to comment.