Skip to content

Instantly share code, notes, and snippets.

@schang1-godaddy
Created April 18, 2022 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schang1-godaddy/f7143ffae418d62856fac323445baec6 to your computer and use it in GitHub Desktop.
Save schang1-godaddy/f7143ffae418d62856fac323445baec6 to your computer and use it in GitHub Desktop.
transaction name bug example
2022-04-18 22:54:25,046 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving WAKEUP event (sequence 2505)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (1)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (2)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET unknown route' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET unknown route' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (3)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET unknown route' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET unknown route' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (2)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (3)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (4)
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,361 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (3)
2022-04-18 22:54:28,362 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,362 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (2)
2022-04-18 22:54:28,362 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) on thread 33
2022-04-18 22:54:28,362 [vert.x-eventloop-thread-0] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET null' 00-5c713094a058459b6d9f75df6b2080dc-52b5be9800c6f410-00 (51077790) (3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment