-
Notifications
You must be signed in to change notification settings - Fork 889
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 semantic conventions for outgoing FaaS invocations #862
Add semantic conventions for outgoing FaaS invocations #862
Conversation
| `faas.invoked_name` | string | The name of the invoked function. | `my-function` | Yes | | ||
| `faas.invoked_provider` | string | The cloud provider of the invoked function. | `aws` | Yes | | ||
| `faas.invoked_region` | string | The cloud region of the invoked function. | `eu-central-1` | See below | |
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.
I'm inviting y'all to a naming/namespacing discussion! 😀
Please vote:
🎉 - faas.invoked_name
, faas.invoked_provider
, faas.invoked_region
🚀 - faas.invoked.name
, faas.invoked.provider
, faas.invoked.region
(introducing a separate invoked
namespace)
👀 - the above, but with outgoing
instead of invoked
😕 - something else
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.
I'm OK with all of them. 😃
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.
I think invoked is fine. I would weakly prefer a namespace probably, but I have no real reason other than "feels right".
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.
Thanks! I'm a bit unclear on how a client is supposed to know implementation details like the faas name.
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.
Thanks!
@arminru please rebase. |
Resolves #861.