[chore] Remove constraints from faas (#861)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
parent
c33835975b
commit
8df2100849
|
|
@ -40,16 +40,12 @@ groups:
|
||||||
brief: >
|
brief: >
|
||||||
Semantic Convention for FaaS triggered as a response to some data
|
Semantic Convention for FaaS triggered as a response to some data
|
||||||
source operation such as a database or filesystem read/write.
|
source operation such as a database or filesystem read/write.
|
||||||
constraints:
|
|
||||||
- include: trace.http.server
|
|
||||||
|
|
||||||
- id: faas_span.pubsub
|
- id: faas_span.pubsub
|
||||||
type: span
|
type: span
|
||||||
brief: >
|
brief: >
|
||||||
Semantic Convention for FaaS set to be executed when messages are
|
Semantic Convention for FaaS set to be executed when messages are
|
||||||
sent to a messaging system.
|
sent to a messaging system.
|
||||||
constraints:
|
|
||||||
- include: messaging
|
|
||||||
|
|
||||||
- id: faas_span.timer
|
- id: faas_span.timer
|
||||||
prefix: faas
|
prefix: faas
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue