Update Events.md

add-tracing
Meng Zhang 2023-05-10 20:23:43 -07:00 committed by GitHub
parent b12bc51068
commit c68a00bd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Events System
*Experimental*
In Tabby, we use the [`vector`](../../deployment/config/vector.toml) to collect logs from various sources, transform them into a standard `Event`, and persist them in `/data/logs/events`.
## Schema
@ -19,7 +21,7 @@ The `data` field is a standard JSON object, and its definition is left to downs
### EventId
```jsx
```JSX
{
"process_id": Number,
"thread_id": Number,