opencensus-go-exporter-stackdriver icon indicating copy to clipboard operation
opencensus-go-exporter-stackdriver copied to clipboard

OpenCensus Go exporter for Stackdriver Monitoring and Trace

Results 52 opencensus-go-exporter-stackdriver issues
Sort by recently updated
recently updated
newest added

If I'm using go.mod with go1.11 and have ``` require ( contrib.go.opencensus.io/exporter/stackdriver v0.8.0 ``` in my go.mod file, it brings some unused dependencies like `aws-sdk-go`. If I require `v0.5.0` this...

**Is your feature request related to a problem? Please describe.** Currently log messages are written using the standard `log` package which prints messages in plain text, and doesn't support any...

feature-request

The StackDriver name is gone, we should advertise Cloud Monitoring https://cloud.google.com/monitoring

feature-request

### What version of the Exporter are you using? v0.13.1 ### What version of OpenCensus are you using? v0.22.4 ### What version of Go are you using? 1.14 ### What...

bug

Right now the Go Stackdriver exporter does not send GKE resource labels to Cloud Trace. There are a few ways we can get resource labels: - We can get detected...

feature-request

Indirectly via trying the Stackdriver Exporter with OpenCensus agent: https://github.com/census-instrumentation/opencensus-service/issues/456#issuecomment-472109142 There appears to be an issue using `view.Distribution[s]`: ``` Failed to export to Stackdriver: rpc error: code = InvalidArgument desc...

Please answer these questions before submitting a bug report. ### What version of the Exporter are you using? 2fdcf7b4087e713a439fe7a489b3c316deaa97f2 v0.12.7 ### What version of OpenCensus are you using? 9c377598961b706d1542bd2d84d538b5094d596e v0.22.0...

bug

The godoc GKE example are out of date. The "gke_container" type has changed to "k8s_container". I'm also not sure which of the given options are required. (And while some of...

bug

**Is your feature request related to a problem? Please describe.** We are using OpenCensus Stackdriver Exporter on a open-source Kubernetes project [node-problem-detector](https://github.com/kubernetes/node-problem-detector). One problem we are facing at https://github.com/kubernetes/node-problem-detector/issues/346 is...

feature-request