Azure Service Bus for Data Streams Monitoring
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Prerequisites
Monitoring Azure Service Bus
Setting up Data Streams Monitoring for Azure Service Bus applications requires additional configuration for the instrumented application.
- Either set the environment variable
AZURE_EXPERIMENTAL_ENABLE_ACTIVITY_SOURCE
to true
, or in your application code set the Azure.Experimental.EnableActivitySource
context switch to true
. This instructs the Azure Service Bus library to generate tracing information. See Azure SDK documentation for more details. - Set the
DD_TRACE_OTEL_ENABLED
environment variable to true
. This instructs the .NET auto-instrumentation to listen to the tracing information generated by the Azure Service Bus Library and enables the inject and extract operations required for Data Streams Monitoring.
Support for Azure Service Bus in Data Streams Monitoring
To setup DSM, please select the language of your producers and consumers