Skip to content

Commit

Permalink
feat: add logs attribs collected
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-k-singh committed Apr 25, 2024
1 parent bd2b123 commit 3808377
Showing 1 changed file with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"logs": [
{
"name": "Process ID",
"path": "attributes.pid",
"type": "string"
},
{
"name": "Timestamp",
"path": "timestamp",
Expand All @@ -19,6 +14,21 @@
"name": "Severity Number",
"path": "severity_number",
"type": "number"
},
{
"name": "Thread ID",
"path": "attributes.thread_id",
"type": "string"
},
{
"name": "Query ID",
"path": "attributes.query_id",
"type": "string"
},
{
"name": "Clickhouse Component",
"path": "attributes.clickhouse_component",
"type": "string"
}
],
"metrics": [
Expand Down

0 comments on commit 3808377

Please sign in to comment.