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

Add WorkerMetadata message to WorkerInitResponse #76

Merged
merged 3 commits into from
Jun 15, 2022

Conversation

liliankasem
Copy link
Member

@liliankasem liliankasem commented Jun 14, 2022

Updating the protobuf to capture additional worker information required for telemetry.

Property format Description Examples
runtime_name The runtime/stack name Node, PowerShell, Java, .NET, .NET Framework, Python, etc.
runtime_version The version of the runtime/stack  Such as the version of .NET or Python etc.
worker_version The version of the worker  
worker_bitness The worker bitness/architecture x86, x64, arm64
custom_properties Additional worker specific custom properties Usage of custom containers vs first-party image containers, npm package, the version of the SDK used in .NET Isolated, etc.

src/proto/FunctionRpc.proto Outdated Show resolved Hide resolved
Copy link
Member

@kshyju kshyju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@Francisco-Gamino Francisco-Gamino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

7 participants