Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 250128c

Browse files
committed
fix(schemas): Add 'enable_http2' in scrape_configs and alertmanager
Signed-off-by: hayk96 <hayko5999@gmail.com>
1 parent 0102142 commit 250128c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/schemas/configs.json

+10
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,11 @@
11641164
"description": "The job name assigned to scraped metrics by default. Must be unique across all scrape configurations.",
11651165
"type": "string"
11661166
},
1167+
"enable_http2": {
1168+
"description": "Whether to enable HTTP2. Default is true.",
1169+
"type": "boolean",
1170+
"default": true
1171+
},
11671172
"scrape_interval": {
11681173
"$ref": "#/definitions/duration",
11691174
"description": "How frequently to scrape targets from this job. Defaults to `global.scrape_interval`."
@@ -1371,6 +1376,11 @@
13711376
"description": "Per-target Alertmanager timeout when pushing alerts.",
13721377
"default": "10s"
13731378
},
1379+
"enable_http2": {
1380+
"description": "Whether to enable HTTP2. Default is true.",
1381+
"type": "boolean",
1382+
"default": true
1383+
},
13741384
"api_version": {
13751385
"description": "The api version of Alertmanager.",
13761386
"type": ["string", "null"],

0 commit comments

Comments
 (0)