forked from open-telemetry/weaver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpected-attribute-catalog.json
More file actions
30 lines (30 loc) · 1.13 KB
/
expected-attribute-catalog.json
File metadata and controls
30 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"attributes": [
{
"name": "messaging.destination.name",
"type": "string",
"brief": "The message destination name",
"examples": [
"MyQueue",
"MyTopic"
],
"requirement_level": "recommended",
"note": "Destination name SHOULD uniquely identify a specific queue, topic or other entity within the broker. If\nthe broker doesn't have such notion, the destination name SHOULD uniquely identify the broker.\n",
"stability": "stable"
},
{
"name": "messaging.destination.name",
"type": "string",
"brief": "The message destination name",
"examples": [
"MyQueue",
"MyTopic"
],
"requirement_level": {
"conditionally_required": "if and only if `messaging.destination.name` is known to have low cardinality. Otherwise, `messaging.destination.template` MAY be populated."
},
"note": "Destination name SHOULD uniquely identify a specific queue, topic or other entity within the broker. If\nthe broker doesn't have such notion, the destination name SHOULD uniquely identify the broker.\n",
"stability": "stable"
}
]
}