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

Application insights function version. #9030

Closed
lordcheeto opened this issue May 23, 2018 — with docs.microsoft.com · 6 comments
Closed

Application insights function version. #9030

lordcheeto opened this issue May 23, 2018 — with docs.microsoft.com · 6 comments

Comments

Copy link
Contributor

I have a Functions v2 app, to which I have deployed C# class library functions. Application insights is enabled, and working. However, though the assembly version is set on the project in Visual Studio, the Application Insights application_Version field is not being populated. It's blank. Can that version be set to match the assembly version, or configured elsewhere, or will this need to be a feature request?

Able to work around this by emitting the version in the structured log, but it seems like the existing application_Version field would be the more appropriate place to record this, if possible.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@mimckitt
Copy link
Contributor

@lordcheeto Thanks for the question! We are investigating and will update you shortly.

@mimckitt
Copy link
Contributor

@tdykstra is this something you can advise on?

@brettsam
Copy link
Contributor

We've discussed adding this, but it hasn't been a top priority since it's (mostly) do-able with custom logging like you've found.

I've filed Azure/azure-functions-host#2890 to track this feature request.

@lordcheeto
Copy link
Contributor Author

Figured. Thanks for the response.

@tdykstra
Copy link
Contributor

@lordcheeto Can we close this issue since the work is being tracked by Azure/azure-functions-host#2890 ?

@lordcheeto
Copy link
Contributor Author

Yeah, I'll close the issue.

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

No branches or pull requests

4 participants