newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
197 stars 142 forks source link

Ingest thread, task and processor IDs in Kafka #1489

Open kford-newrelic opened 1 year ago

kford-newrelic commented 1 year ago

Description

For troubleshooting kafka related issues it is required to collect also thread-id, task-id and processor-node-id so that users can identify where an issue's rootcause lies.

On top of ingesting the data, users should be able to facet by thread-id, task-id and processor-node-id.

Acceptance Criteria

With a NRQL query, we are able to facet by thread, task and processor IDs

Design Consideration/Limitations

N/A

Dependencies

N/A

Additional context

N/A

workato-integration[bot] commented 1 year ago

https://issues.newrelic.com/browse/NR-159196

kford-newrelic commented 1 year ago

Consider for the oct-dec qtr but also consider below the cut-line

kford-newrelic commented 1 year ago

Assumed to be adding as attributes to events (not metrics).