From 6e255154cd2d16207dfe7fff81801d78ea796aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brandon=F0=9F=8C=A9=EF=B8=8FH?= Date: Tue, 26 Mar 2024 14:05:51 -0700 Subject: [PATCH] Update host.json schema for telemetryMode --- schemas/host.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/host.json b/schemas/host.json index f9f33a7..13dfe61 100644 --- a/schemas/host.json +++ b/schemas/host.json @@ -396,6 +396,12 @@ }, "additionalProperties": false }, + "telemetryMode": { + "description": "The telemetry mode to use for the Functions host.", + "type": "string", + "enum": ["ApplicationInsights", "OpenTelemetry"], + "default": "ApplicationInsights" + }, "logging": { "description": "Configuration settings for logging.", "type": "object",