Skip to content

Instantly share code, notes, and snippets.

@trek
Created December 18, 2019 21:47
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 trek/1db69389ae8ddc7361cfa0437295cac7 to your computer and use it in GitHub Desktop.
Save trek/1db69389ae8ddc7361cfa0437295cac7 to your computer and use it in GitHub Desktop.
honeycomb-beeline error: finishing an event with unfinished nested events. almost certainly not what we want.
please paste this message (everything between the "----" lines) into an issue
at https://github.com/honeycombio/beeline-nodejs/issues. feel free to edit
out any application stack frames if you'd rather not share those
Error:
at LibhoneyEventAPI.askForIssue (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/api/libhoney.js:295:7)
at LibhoneyEventAPI.finishSpan (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/api/libhoney.js:187:12)
at LibhoneyEventAPI.finishTrace (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/api/libhoney.js:105:10)
at Object.finishTrace (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/api/index.js:52:20)
at api.bindFunctionToTrace (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/instrumentation/express.js:154:9)
at /Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/async_tracker.js:47:19
at ServerResponse.<anonymous> (/Users/trek/code/flashrecruit/api/node_modules/honeycomb-beeline/lib/instrumentation/express.js:158:12)
at ServerResponse.writeHead (/Users/trek/code/flashrecruit/api/node_modules/on-headers/index.js:35:16)
at ServerResponse.writeHead (/Users/trek/code/flashrecruit/api/node_modules/on-headers/index.js:44:26)
at ServerResponse.writeHead (/Users/trek/code/flashrecruit/api/node_modules/on-headers/index.js:44:26)
at ServerResponse._implicitHeader (_http_server.js:199:8)
at ServerResponse.end (/Users/trek/code/flashrecruit/api/node_modules/compression/index.js:103:14)
at ServerResponse.send (/Users/trek/code/flashrecruit/api/node_modules/express/lib/response.js:221:10)
at ServerResponse.json (/Users/trek/code/flashrecruit/api/node_modules/express/lib/response.js:267:15)
at json (/Users/trek/code/flashrecruit/api/src/routes/v2/jobs.js:231:20)
current request context:
0: {"meta.type":"express","meta.package_version":"4.17.1","name":"request","request.host":"localhost","request.original_url":"/v2/jobs","request.remote_addr":"::1","request.secure":false,"request.method":"GET","request.scheme":"http","request.path":"/v2/jobs","request.query":{},"request.http_version":"HTTP/1.1","request.fresh":false,"request.xhr":false,"trace.trace_id":"071c278a-8f6f-4903-b295-647b7d7a827d","trace.span_id":"865f7030-7981-46fa-8f34-cb2d7bbb2889","startTime":1576705634539,"startTimeHR":[422352,231968457]}
1: {"user_id":123456,"arg2":"run","trace.trace_id":"071c278a-8f6f-4903-b295-647b7d7a827d","trace.span_id":"c2d0e227-ceb2-4d11-889c-3d26141582e6","startTime":1576705634543,"startTimeHR":[422352,236122846],"trace.parent_id":"865f7030-7981-46fa-8f34-cb2d7bbb2889"}
-------------------
2019-12-18T21:47:14.657Z honeycomb-beeline:event enqueuing presampled event ev = {"meta.local_hostname":"circe.local","service_name":null,"meta.type":"express","meta.package_version":"4.17.1","name":"request","trace.trace_id_source":null,"request.host":"localhost","request.original_url":"/v2/jobs","request.remote_addr":"::1","request.secure":false,"request.method":"GET","request.scheme":"http","request.path":"/v2/jobs","request.query":{},"request.http_version":"HTTP/1.1","request.fresh":false,"request.xhr":false,"trace.trace_id":"071c278a-8f6f-4903-b295-647b7d7a827d","trace.span_id":"865f7030-7981-46fa-8f34-cb2d7bbb2889","duration_ms":117.40239,"request.base_url":"/v2","response.status_code":"304","request.route":"/jobs","meta.instrumentations":["bluebird","child_process","express","sequelize"],"meta.instrumentation_count":4,"meta.beeline_version":"1.8.3","meta.node_version":"v10.14.1"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment