We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f8ac2 + 03bd77b commit e130023Copy full SHA for e130023
articles/azure-monitor/app/opentelemetry-configuration.md
@@ -487,7 +487,9 @@ const credential = new ManagedIdentityCredential();
487
488
// Create a new AzureMonitorOpenTelemetryOptions object and set the credential property to the credential object.
489
const options: AzureMonitorOpenTelemetryOptions = {
490
- credential: credential
+ azureMonitorExporterOptions: {
491
+ credential: credential
492
+ }
493
};
494
495
// Enable Azure Monitor integration using the useAzureMonitor function and the AzureMonitorOpenTelemetryOptions object.
0 commit comments