Skip to content

Commit 4fef2df

Browse files
authored
Update opentelemetry-howto.md
Resolved a casing issue. According to https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json#telemetrymode
1 parent bb0b0ed commit 4fef2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/opentelemetry-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To enable OpenTelemetry output from the Functions host, update the [host.json fi
5151
"enableLiveMetricsFilters": true
5252
}
5353
},
54-
"telemetryMode": "openTelemetry"
54+
"telemetryMode": "OpenTelemetry"
5555
}
5656
```
5757

0 commit comments

Comments
 (0)