Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internal] AI Integration or Open Telemetry: Design Document #3858

Merged
5 commits merged into from
May 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ädd link
  • Loading branch information
sourabh1007 committed May 23, 2023
commit 0e980ddabe765d401f2bc199b358c639f215b8b6
2 changes: 1 addition & 1 deletion docs/SdkDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ flowchart TD
classDef orange fill:#f96
classDef blue fill:#6fa8dc
subgraph ClientContextCore
sourabh1007 marked this conversation as resolved.
Show resolved Hide resolved
OpenTelemetryRecorderFactory --> CheckFeatureFlag{isDistributedTracing Enabled?}
OpenTelemetryRecorderFactory --> CheckFeatureFlag{<a href='https://github.com/Azure/azure-cosmos-dotnet-v3/blob/3727d4d738cfc24aa372b578fd8ca482a5bc2f3f/Microsoft.Azure.Cosmos/src/Fluent/CosmosClientBuilder.cs#L436'>isDistributedTracing</a> Enabled?}
CheckFeatureFlag --> |Yes| CreateActivity(Start an Activity or Child activity with specific kind Using DiagnosticScope<br> and preloaded attributes like containerName, databaseName, operationType)
sourabh1007 marked this conversation as resolved.
Show resolved Hide resolved
CreateActivity --> HandlerPipeline
GetResponse --> TriggerDispose(Trigger Dispose of Disagnostic Scope)
kirankumarkolli marked this conversation as resolved.
Show resolved Hide resolved
sourabh1007 marked this conversation as resolved.
Show resolved Hide resolved
sourabh1007 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down