Add field: process.thread.name
See original GitHub issueThere is already process.thread.id
, however, a thread name is arguably more descriptive. The use case for this would be Java logging, for example. For this use case, it’s useful to see in which thread a log has been emitted.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Getting thread name from different process - Stack Overflow
Now i want to get thread names of all the threads of all processes from a particular process. Ex: we have 10 processes...
Read more >Process Fields | Elastic Common Schema (ECS) Reference [8.5]
Field Description Level
process.interactive extended
process.pid Process id. type: long. example: 4242 core
process.same_as_process extended
Read more >Log4j 2 Layouts - Apache Logging Services
Produces a CSV record with the following fields: Time Nanos; Time Millis; Level; Thread ID; Thread Name; Thread Priority; Formatted Message; Logger FQCN ......
Read more >Chapter 6: Layouts - Logback
It proceeds by adding various fields of the event parameter. ... word controls the data field to convert, e.g. logger name, level, date...
Read more >Manage concurrent threads - Python Module of the Week
Using arguments to identify or name the thread is cumbersome, and unnecessary. Each Thread instance has a name with a default value that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@webmat
I believe I opened the PR correctly. Still kinda a newbie 😄
@cpmoore You did, and were successful on the first try (no missing
make
& such).Thank you! 💯