breezy-apartment-46543
03/23/2021, 10:56 PM// excerpt of the config section of the JavaScript SDK snippet with correlation
// between client-side AJAX and server requests enabled.
cfg: { // Application Insights Configuration
instrumentationKey: "YOUR_INSTRUMENTATION_KEY_GOES_HERE"
disableFetchTracking: false,
enableCorsCorrelation: true,
enableRequestHeaderTracking: true,
enableResponseHeaderTracking: true,
correlationHeaderExcludedDomains: ['<http://myapp.azurewebsites.net|myapp.azurewebsites.net>', '*.<http://queue.core.windows.net|queue.core.windows.net>']
/* ...Other Configuration Options... */
}});
Basically I want distributed tracing where one pulumi projects calls another using http and I want to see that call as a line between them in the application map in insights.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by