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

Language Independent Interface Types For OpenCensus

Results 19 opencensus-proto issues
Sort by recently updated
recently updated
newest added

https://github.com/census-instrumentation/opencensus-proto/blob/d89fa54de508111353cb0b06403c00569be780d8/src/WORKSPACE#L15 implies `@opencensus_proto` #200 implies gazelle assumes `@com_github_census_instrumentation_opencensus_proto` opencensus-cpp uses `@io_opencensus_cpp` opencensus-java doesn't support bazel. Can we settle on one and put it in the WORKSPACE file?

The stats.proto is obsolete and needs to be updated to reflect the current Stats API.

Istio has been maintaining gogo generated files for some opencensus protos: https://github.com/istio/gogo-genproto/tree/master/opencensus/proto This is becoming a problem since now several downstream dependencies depend on istio to fetch opencensus generated files....

Based on the specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md

Protobuf is not a particularly cheap format for sending bulk data in terms of bandwidth, CPU and allocations. For metric data, the overhead is particularly high since the actual datapoint...

### Problem Opencensus-proto [Spans](https://github.com/census-instrumentation/opencensus-proto/blob/master/gen-go/trace/v1/trace.pb.go#L135) are the building block for transmitting oc span data. With the current data models, there is no way to transmit Node information without using the agent's...

See the original discussion on https://github.com/census-instrumentation/opencensus-proto/pull/137#issuecomment-434313651. /cc @fabxc

Similar to [api/common in Java](https://github.com/census-instrumentation/opencensus-java/tree/master/api/src/main/java/io/opencensus/common). This package could include common concepts across tracing and metrics, such as `resources`, `server stats`, etc.

enhancement
proposal

Migrating here from https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/issues/11. If an application decides to make more than 1 exporter, the agent should be able to distinguish between each instance of the exporter. In fact a...

enhancement
low-priority