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

This fixes cases where a staleness marker causes errors like: ``` rpc error: code = InvalidArgument desc = One or more TimeSeries could not be written: Field timeSeries[94].points[0].value had an...

I was able to write a small Go program that uses OpenCensus to send metrics to Google Cloud Monitoring (formerly known as Stackdriver Monitoring) using this exporter. I found it...

https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver/blob/42e7e58efdb937e8477f827d3fba022212335dbc/stackdriver.go#L325 This code works when a GKE cluster is zonally deployed, but is incorrect when run against a regional cluster. With a regional cluster, the Location should be the region...

bug

Please answer these questions before submitting a bug report. ### What version of the Exporter are you using? 0.13.4 ### What version of OpenCensus are you using? 0.22.5 ### What...

bug

According to https://cloud.google.com/trace/docs/reference/v2/rest/v2/projects.traces/batchWrite > [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array.

cla: yes

Using the latest version of the stackdriver exporter, traces that are exported don't respect the request's "X-Cloud-Trace-Context" header when determining the TraceID for the trace/span. This makes it not possible...

feature-request

This is a callback used anywhere an export happens. This allows the user of the library to generate logs for both success and failed cases, and thus can build a...

cla: yes

**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in exporter libraries in other languages. If so, please [open an issue on opencensus-specs](https://github.com/census-instrumentation/opencensus-specs/issues/new)...

feature-request

A placeholder for rolling forward #188.

feature-request
P2