From 769bde18cfad6013962fd2df89af394906087fcc Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Thu, 11 Jan 2024 10:53:28 -0800 Subject: [PATCH] add insecure config option Signed-off-by: Alex Boten --- schema/common.json | 3 +++ schema/meter_provider.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/schema/common.json b/schema/common.json index 55b14f8..48d48a0 100644 --- a/schema/common.json +++ b/schema/common.json @@ -42,6 +42,9 @@ "timeout": { "type": "integer", "minimum": 0 + }, + "insecure": { + "type": "boolean" } }, "required": [ diff --git a/schema/meter_provider.json b/schema/meter_provider.json index 7be98b1..7313ae0 100644 --- a/schema/meter_provider.json +++ b/schema/meter_provider.json @@ -149,6 +149,9 @@ "explicit_bucket_histogram", "base2_exponential_bucket_histogram" ] + }, + "insecure": { + "type": "boolean" } }, "required": [