-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58ac9b2
commit f58b188
Showing
2 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
The contextual data describes the environment in which an event is recorded. | ||
It includes the `service`, the `system` where the service runs, and the `process`. | ||
|
||
It can also contain information about the authenticated `user`. | ||
|
||
An event's context can also include information about an authenticated `user`, a request leading to it, or a response. | ||
For instance, HTTP requests context have `url`, `cookies`, `body`, `headers`, etc. | ||
|
||
The agents provide some settings for users to capture customized information. This data is stored as not-indexed in a `custom` object. | ||
Searchable information is stored as `tags` instead. | ||
* Data about the environment in which the event is recorded: | ||
** Service - environment, framework, language, etc. | ||
** Host - architecture, hostname, IP, etc. | ||
** Process - args, PID, PPID, etc. | ||
** URL - full, domain, port, query, etc. | ||
** User - (if supplied) email, ID, username, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters