Skip to content
#

stats

Here are 775 public repositories matching this topic...

bapfnet
bapfnet commented Oct 19, 2019

I don't want to generally enable the tracker but need activate it by middleware or command.

The "use_middleware" seems not to be implemented.

How to start it?
use Tracker;
Tracker::currentSession();

Doesn't work!!

It only works with 'enabled' => true, in the config for each request.

jmhodges
jmhodges commented Dec 4, 2019

What version of OpenCensus are you using?

HEAD of this repo

What version of Go are you using?

go version go1.13.4 darwin/amd64

Details

examples.PrintExporter seems to require being passed to view.RegisterExporter, but examples.LogExporter can't be passed there because it doesn't implement the write Exporter type. Instead, you're expected to run the Start metho

trallard
trallard commented Feb 14, 2018

(Not needed for JOSS review) directly related to #31
I really like the package 🙂 but I think it makes a whole lot of sense to me since I use both MATLAB and R on a regular basis.
I know the documentation is currently a work in progress and it can be quite time-consuming. However, it might be worth considering writing a pure MATLAB users intro tutorial as the grammar of graphics might be comple

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

Improve this page

Add a description, image, and links to the stats 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 stats topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.