You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would not apply to Azure functions as there is not concept of a FaaS client. All calls to Azure Functions are done through existing clients: http, messaging, etc. Do other FaaS implementations have a specific client? Do we have a common enough understanding of what a FaaS client is to make this part of the core spec?
As we are talking about naming these with a scheme of faas.client.*, should we also name the non-client spans with a differentiator as well? faas.server.*, faas.host.*, or faas.worker.*? Or something else.
In #88 (comment) we discussed and aligned that all existing FaaS metrics are related to the FaaS itself and not by whoever is invoking them (clients).
So, the conventions were modified to only include metrics related to the FaaS itself, and not by clients invoking them.
We need to discuss if:
faas.client.*
The text was updated successfully, but these errors were encountered: