Skip to content

Commit 77468a9

Browse files
authored
Add service.name and event.dataset to example doc
1 parent ed1d5a7 commit 77468a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ The following example describes a richer set of fields in an event that has not
6161
},
6262
"tags": ["production", "env001"],
6363
"trace.id": "4bf92f3577b34da6a3ce929d0e0e4736",
64-
"transaction.id": "00f067aa0ba902b7"
64+
"transaction.id": "00f067aa0ba902b7",
65+
"service.name": "opbeans",
66+
"event.dataset": "opbeans.log"
6567
}
6668
```
6769

0 commit comments

Comments
 (0)