Skip to content
#

dapper

Here are 382 public repositories matching this topic...

limfriend
limfriend commented Mar 20, 2020

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Requirement or improvement

It is difficulty to correlate log and tracing.
Finding tracing by traceId often fails because sampling is turned on.
if we record important log (such as error lo

transmittable-thread-local
ParagRaut
ParagRaut commented Apr 28, 2020

I figured out that node-sass dependency mentioned in web package is obsolete now.

I tried to change it to

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},

then web-vue built s

odeke-em
odeke-em commented Jun 13, 2019

I understand that we use 'cls' for context storage/thread local storage. However, it is a little painful for me right now to try to get spans from thread local storage, that is because there are many moving parts: I need to initialize the tracer or get the global tracer (will creating a new tracer work?) and then check the current context but then check if the contextManager has a rootSpan. Also g

kevinqqnj
kevinqqnj commented Jan 25, 2019

Thanks for the good examples.
There's warning when running example/queue:
queue/runner.py:19: DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead

python 3.7.2
aiozipkin==0.5.0
aiohttp==3.5.4
aiojobs==0.2.2

Checked latest aiohttp doc., maybe need to update like this (it works without warnings):

# /examples/queue/runner.py
def ru

Improve this page

Add a description, image, and links to the dapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dapper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.