opencensus-ruby icon indicating copy to clipboard operation
opencensus-ruby copied to clipboard

A stats collection and distributed tracing framework

Results 36 opencensus-ruby issues
Sort by recently updated
recently updated
newest added

It looks like the webhooks are configured to interact with Travis-ci.org which has been shut down. The CI seems to run on CircleCI, so I took this clarifying step: remove...

Our traces are not getting into stackdriver and we are sometimes getting thread and span exceptions that we think are related to this gem. Is this under active development? Can...

Hi @dazuma Can you please provide more information in how to use the railtie? I've followed the installation instructions and the getting started with ruby guide https://github.com/census-instrumentation/opencensus-ruby/#getting-started-with-ruby-on-rails However I get...

Implement gRPC plugin that would enable tracing for gRPC request on client and server side. It should also instrument for collecting basic stats for gRPC requests/responses. Provide an easy way...

## WHY I want to use opencensus with gRPC server. Discussion on this topic was found in https://github.com/census-instrumentation/opencensus-ruby/issues/79 , but I couldn't find any implementation. ## WHAT I implemented `GrpcServerInterceptor`....

Just implemented opencensus-ruby in our rails app. We also use airbrake.io to monitor and we see this error in our airbrake Dashboard. I assume it's benign, should there be a...

Stack Traces appear in the log as `{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}`. I ran this test: ``` # Works in plain Ruby without Rails user ~/app $ irb irb(main):002:0> require 'json' => true irb(main):003:0>...

- Added tag class to store tag metadata - Refactor stats and tags code and test cases to manage tag class.

This fixes the stats example. ~Exporters don’t work.~ But I’m sure my comments are wrong. But it’s a start

Hi. I don't see a support for stats exporting to stackdriver. (It looks like the ruby stats support is very new, so this probably isn't surprising) I'd love a sense...