-
Notifications
You must be signed in to change notification settings - Fork 202
NEOS-1624: add more tags to the logs page #3178
NEOS-1624: add more tags to the logs page #3178
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Benchstat Geomean Results-1.09% sec/op, -0.06% B/op, 0.00% allocs/op Benchstat results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3178 +/- ##
==========================================
+ Coverage 27.81% 27.83% +0.02%
==========================================
Files 378 378
Lines 43251 43259 +8
==========================================
+ Hits 12031 12042 +11
+ Misses 29770 29769 -1
+ Partials 1450 1448 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left one comment
} | ||
return entries | ||
} | ||
|
||
var allowedLabels = []string{"ActivityType", "Name", "Schema", "Table", "Attempt", "metadata_Schema", "metadata_Table"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name, schema and table are lowercase in my worker logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is loki that does this.
Uh oh!
There was an error while loading. Please reload this page.