Azure / Azure/azure-functions-host
Investigate language and platform agnostic way to log runtime version metrics
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
#### Background
The logic in extracting **runtimeStack** also needs to be changed to language and platform agnostic and not depend on language specific setting such as 'WEBSITE_NODE_DEFAULT_VERSION' for node on windows. https://github.com/Azure/azure-functions-host/pull/5646/files#diff-312918ec1cd07ca8bb15fe41eb8836b6R309-R311
#### Possible Fix
We should change it to use the new environment variables for node version
Test cases are here: https://github.com/Azure/azure-functions-host/pull/5646/files#diff-8467b5846f50cf74bbff85a90429518eR414-R415
#### Expected Node RuntimeStacks In The Near Future
```
node
node-~8
node-~10
node-~12
```
Contributor guide
Assessment
This issue has not been assessed yet.