-
Notifications
You must be signed in to change notification settings - Fork 431
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
Added id
, name
and version
fields for faas
#1796
Conversation
faas.id
and faas.name
fieldsid
, name
and version
fields for faas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexanderWert I think these changes make sense. Could you update the RFC as well to reflect these additions since faas.* is still stage 2 / beta?
Thanks @kgeller ! I updated the RFC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Added faas.id and faas.name fields. * generated new artifacts with updated faas fields * updated changelog * added faas.version * updated faas RFC Co-authored-by: Kylie Geller <[email protected]> # Conflicts: # experimental/generated/csv/fields.csv # generated/csv/fields.csv
We learned from customer feedback that in some scenarios it's reasonable to map multiple serverless functions (e.g. AWS Lambda functions) to one single service entity within Elastic. Therefore, we cannot rely on the
service.name
,service.version
andservice.id
fields to represent the serverless function name and serverless function id.Thus, additional
faas
fields are needed to explicitly capture capture the function id and name.This PR adds the
faas.id
,faas.name
andfaas.version
fields to ECSfaas
fields group.