Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Start Timestamp is not set for Http dependency telemetry in dotnet core 2.0 #658

Closed
zhencui opened this issue Aug 3, 2017 · 1 comment
Closed

Comments

@zhencui
Copy link

zhencui commented Aug 3, 2017

Telemetry object is created in onActivityEnd. And the timestamp is never assigned, which will be the timestamp of onActivityEnd by default. The timestamp is supposed to be the start time.

https://github.com/Microsoft/ApplicationInsights-dotnet-server/blob/develop/Src/DependencyCollector/Shared/Implementation/HttpCoreDiagnosticSourceListener.cs#L208

@lmolkova lmolkova changed the title Timestamp is not correct for dependency telemetry in dotnet core Timestamp is not correct for dependency telemetry in dotnet core 2.0 Aug 3, 2017
@lmolkova lmolkova changed the title Timestamp is not correct for dependency telemetry in dotnet core 2.0 Start Timestamp is not set for Http dependency telemetry in dotnet core 2.0 Aug 3, 2017
@SergeyKanzhelev
Copy link
Contributor

Also related to microsoft/ApplicationInsights-dotnet#587

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants