Skip to content

Commit

Permalink
Moving files to a documentation directory and out of the src directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 27, 2024
1 parent 6b3ec18 commit b5b77c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- `query_id` - ID for some query. Note that it could be a unique search string, or it could represent a cluster of related searches (i.e.: *dress*, *red dress*, *long dress* could all have the same `query_id`). Either the client could control these, or the `query_id` could be retrieved from the API's response headers as it keeps track of queries on the node
- `message_type` - originally thought of in terms of ERROR, INFO, WARN...but could be anything useful such as `QUERY` or `PURCHASE`
- `message` - optional text for the log entry
![event mapping schema](./event_mapping.png)
![event mapping schema](event_mapping.png)

## Other fields & data objects
- `event_attributes` - contains various, common attributes associated with many user events
Expand Down
File renamed without changes

0 comments on commit b5b77c6

Please sign in to comment.