New

The executive guide to generative AI

Read more

Azure Cosmos DB

edit

Quick start

edit

Instrumentation can be enabled for Azure Cosmos DB by referencing Elastic.Apm.Azure.CosmosDb package and subscribing to diagnostic events.

Agent.Subscribe(new AzureCosmosDbDiagnosticsSubscriber());

Diagnostic events from Microsoft.Azure.Cosmos, Microsoft.Azure.DocumentDb, and Microsoft.Azure.DocumentDb.Core are captured as DB spans.

Was this helpful?
Feedback