-
Notifications
You must be signed in to change notification settings - Fork 287
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
DependencyTelemetry.TryGetOperationDetail isn't as helpful as it could be #1350
Comments
@IanKemp you are right, this feature is not publicly documented. It's a good idea to public expose the keys. Tagging as an enhancement. |
Need to evaluate if similar concept can be extended to Requesttelemetry as well. We have quite large number of customers asking for mechanism to read request/response body. While it can't be done by SDK by default (privacy etc.), if we populate the request/response objects in this way, users can access it in initializer and add to telemetry as desired. |
Any update on this? Just having the list of keys and values would be great in the meantime. |
This issue is stale because it has been open 300 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Not stale. |
I think I can give this a shot when #2524 gets merged. Shouldn't be too hard hopefully, it looks like it will be pretty straight forward.
That would be very helpful! I guess that could be a separat issue? We are adding the body today in middleware's, would be very neat to be able to use initializers like we can with |
This issue is stale because it has been open 300 days with no activity. Remove stale label or this will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. |
Not stale, reopen! |
See microsoft/ApplicationInsights-dotnet-server#897.
tl;dr there's no way for anyone to know that they can call
The only reason I know to do the above is because I trawled through issues and PRs in this repo. Most people probably won't be as patient, and they shouldn't need to be.
Suggestion
RemoteDependencyConstants
keys.DependencyTelemetry
that reflect whatHttpCoreDiagnosticSourceListener
andHttpProcessing
are storing:DependencyTelemetry.TryGetOperationDetail
.The text was updated successfully, but these errors were encountered: