The Wayback Machine - https://web.archive.org/web/20200222023537/https://github.com/topics/opencensus
Skip to content
#

opencensus

Here are 70 public repositories matching this topic...

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

kenashcraft
kenashcraft commented Mar 26, 2019

#444 ported most of the packages to use ts-mocha in order to get good Typescript stack traces in tests. There were a few packages not covered by that PR that need to be ported still:

  • opencensus-nodejs: has tests that expect .js files/syntax
  • opencensus-instrumentation-redis: I couldn't figure out what was going wrong
  • opencensus-exporter-ocagent: Depends on the compilation step to copy f
ifigotin
ifigotin commented Sep 5, 2019

The current documentation and examples point out that instead of using OpenCensus Agent, we could alternatively expose a custom endpoint on Frontend web server to collect the traces and export these via OpenCensus library.

However, there is no example of how to parse and forward the data received from OpenCensus WEB (JS).

E.g. docs say the following:
We also suggest that you create an e

odeke-em
odeke-em commented Apr 18, 2018

Firstly, thank you for the great work on OpenCensus-CPP!

I kindly would like to ask if perhaps someone could run and publish some benchmarks on the wiki. I ask because I have been talking to companies and almost all their tech and developers would like to know what the overhead is when traced vs untraced. I believe the wiki would be a great place to publish such values and those could be update

mariusoe
mariusoe commented Aug 23, 2019

Many users want to collect metric and traces related to business transactions. In the documentation, there should be some section which describes how to setup business transaction.

Due to the fact, that this is done using "normal" tags, the section should link to the corresponding sites and shortly describes how they can be used from a business perspective.

mwuertinger
mwuertinger commented Aug 7, 2019

What version of the Exporter are you using?

v0.12.4

What version of OpenCensus are you using?

v0.22.0

What version of Go are you using?

go version go1.12.7 linux/amd64

What did you do?

I accidentally built and registered a view with a nil tag key:

myView = &view.View{
	Name:        "myview",
	Description: "some description",
	Measure:     myMeasure,
	Aggreg
bug

Improve this page

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

Learn more

You can’t perform that action at this time.