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

Adds Dockerfile to make generating the files consistent and more flexible. Now it's also possible to keep the Docker image up to date. This also updates go dependencies and adds...

With the current procedure for creating a release (https://github.com/census-instrumentation/opencensus-proto/blob/master/RELEASING.md#tagging-the-release), the `CURRENT_OPENCENSUS_PROTO_VERSION` loses `-SNAPSHOT` or `dev0` in the release branches, but the version number in `gen-python/version.py` is not updated for the...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220624214902-1bab6f366d9e&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

gRPC Gateway went through a major rewrite to v2 last year. The main impact that I see on this repo is the protobuf annotation changes from swagger to openapiv2 and...

Having a problem declaring opencensus-proto as a transitive dependency in https://github.com/briantopping/freeipa-operator/tree/bazel-transitive-issue (just a Bazel build around the “Create and deploy an app-operator” section at https://github.com/operator-framework/operator-sdk#quick-start). @songy23 thought the at what...

bug
build

Fix #200 This follows suggestions from @jayconrod: - Add BUILD.bazel to the repository root so that gazelle will skip generating BUILD files - Add BUILD.bazel files in gen-go with aliases...

To reproduce, run for example `docker run -it --rm python pip install --no-binary :all: opencensus-proto`. The error will contain `ModuleNotFoundError: No module named 'version'` originating from https://github.com/census-instrumentation/opencensus-proto/blob/master/gen-python/setup.py#L17. The wheel install...

Usage of `ptypes` protos leads to a linker conflict. Please use `@io_bazel_rules_go//proto/wkt:any_go_proto` instead. Ref: https://github.com/envoyproxy/envoy/pull/14253

Please add a version field to TraceConfig : https://github.com/census-instrumentation/opencensus-proto/blob/26aa36c099c2041b432cf3cc8a26c5fb858d218b/src/opencensus/proto/trace/v1/trace_config.proto#L29-L51 Depending on a version filed in UpdatedLibraryConfig, Oc Agent will determine whether to send a UpdatedLibraryConfig back easily. On library side,...