question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add field: process.thread.name

See original GitHub issue

There 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:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cpmoorecommented, Aug 12, 2019

@webmat

I believe I opened the PR correctly. Still kinda a newbie 😄

0reactions
webmatcommented, Aug 13, 2019

@cpmoore You did, and were successful on the first try (no missing make & such).

Thank you! 💯

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found