Bogdan Drutu
3619b5dda8
Remove unnecessary script ( #229 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2 years ago
Bogdan Drutu
47d055002c
Run go mod tidy, forgot to do after proto updates ( #228 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2 years ago
David Ashpole
7bf1abdaa5
Start 0.5.0 development cycle ( #226 )
2 years ago
Bogdan Drutu
a5f3b19cae
Add makefile, upgrade to use opentelemetry protoc docker, newer protoc ( #225 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2 years ago
Bogdan Drutu
032ec2a94d
Add go.mod, so dependencies are controlled ( #224 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2 years ago
Nail Islamov
54c9a4c53e
Start 0.4.0 development cycle ( #219 )
4 years ago
Nail Islamov
cfe95db9f2
Generate Go types using protocolbuffers/protobuf-go ( #218 )
4 years ago
easy
be218fb6bd
Load proto_library() rule. ( #216 )
...
* Load proto_library() rule.
Starting with Bazel 3.0, all Protobuf rules will require explicit load
statements.
Fixes #215 .
* More fixes.
* Change versions at random in the hope that one will work.
* Update grpc and load its deps.
* Refer to @rules_proto .
* Update checksum.
5 years ago
easy
5cec5ea58c
Remove grpc_java dependency and java_proto rules. ( #214 )
...
This is so that Envoy can consume opencensus-proto without adding
a dependency on grpc_java.
5 years ago
easy
26aa36c099
Add C++ targets, especially for gRPC services. ( #212 )
5 years ago
easy
5d4f91ad9e
Upgrade bazel and dependencies to latest. ( #211 )
5 years ago
easy
97b44036d3
Bring back bazel cache to make CI faster. ( #210 )
...
This was added in #176 then reverted in #207 .
5 years ago
easy
97194d1225
Travis: don't require sudo for bazel installation. ( #209 )
5 years ago
Yang Song
d89fa54de5
Add grpc-gateway for metrics service. ( #205 )
...
* Add grpc-gateway for metrics service.
* Add a missing gateway_out.
5 years ago
Owais Lone
df67dc5244
Pin bazel version in travis builds ( #207 )
5 years ago
Dave Raffensperger
e2601ef16f
Update gen-go files ( #199 )
6 years ago
Dave Raffensperger
9c12a57dfa
Add Web JS as a LibraryInfo.Language option ( #198 )
6 years ago
Yang Song
0994559fc0
Set up Python packaging for PyPI release. ( #197 )
...
* Set up Python packaging for PyPI release.
* Remove namespace packages for */v1.
* Remove redundant dependency.
* Use Python style version and update commands.
* Add PyPI badge to README.
6 years ago
Yang Song
d4d9f6326c
Add tracestate to links. ( #191 )
6 years ago
Yang Song
3f2badc310
Python proto file generator and generated proto files ( #196 )
...
* Add scripts to generate python files from proto.
* Run scripts.
6 years ago
Jiren Patel
a9646cb397
Ruby proto file generator and generated proto files ( #192 )
...
* Added ruby proto file generator and generated proto files
* Added releasing instructions for ruby
6 years ago
easy
d5d80953a8
Add py_proto_library() rules for envoy/api. ( #194 )
6 years ago
Yang Song
7d01b0b78a
Gradle: Upgrade dependency versions. ( #193 )
6 years ago
Yang Song
e43d650b9d
Update release versions for readme. ( #189 )
6 years ago
songy23
0fafccbf96
Start 0.3.0 development cycle
6 years ago
Yang Song
ff7a782ec6
Update gen-go files. ( #187 )
6 years ago
Yang Song
90c3e10b1a
Revert "Start 0.3.0 development cycle ( #167 )" ( #183 )
...
This reverts commit 853d694fb7
.
6 years ago
Yang Song
24a9c0d2d9
Revert optimization for metric descriptor and bucket options for now. ( #184 )
6 years ago
easy
85674de745
Constant sampler: add option to always follow the parent's decision. ( #182 )
...
Fixes #180 .
6 years ago
easy
b8220012f6
Document that all maximum values must be specified. ( #181 )
...
Fixes #179 .
6 years ago
rghetia
c9cc5de725
Fix typo in bucket bounds. ( #178 )
6 years ago
Bogdan Drutu
ca9d8b3463
Restrict people who can approve reviews. This is to ensure code quality. ( #177 )
6 years ago
easy
a61e5d0964
Use bazel cache to make CI faster. ( #176 )
6 years ago
Bogdan Drutu
29d5a424e7
Add grpc generated files to the idea plugin. ( #175 )
6 years ago
Steven Karis
fb7c17e3be
Add Resource to Span ( #174 )
...
* Add Resource to Span
* Add missing import
* Update to correct id and increment next id
* PR comments
* Add resource to bazel build dep
* Add another dependency
* PR comments
6 years ago
Sergey Kanzhelev
6d79e46232
time is required ( #170 )
...
* time is required
* handle case when only end_time was set
6 years ago
easy
459753ee05
Upgrade protobuf dependency to v3.6.1.3. ( #173 )
...
This fixes the build (REPOSITORY_NAME error) with bazel 0.21.
(and reverts the workaround from #165 )
grpc did the same thing: https://github.com/grpc/grpc/issues/17564
6 years ago
Sergey Kanzhelev
84867c6dcf
assume Ok Status when not set ( #171 )
6 years ago
Sergey Kanzhelev
f1f2125e47
Minor comments fixes ( #160 )
...
* Minor fixes
* Update trace.proto
* addressed code review feedback
6 years ago
Yang Song
853d694fb7
Start 0.3.0 development cycle ( #167 )
6 years ago
Yang Song
192f9920ad
Update gen-go files. ( #162 )
6 years ago
Yang Song
671b21d0d2
Update releasing instruction. ( #163 )
6 years ago
Yang Song
b3e29c56fb
Fix Travis build. ( #165 )
6 years ago
Dave Raffensperger
ba49f56771
Add OpenApi doc for trace agent grpc-gateway ( #157 )
6 years ago
Dave Raffensperger
db93b729e7
Add command to generate OpenApi/Swagger doc for grpc-gateway ( #156 )
6 years ago
Dave Raffensperger
fc7914dc3a
Update gen-go files ( #155 )
6 years ago
Dave Raffensperger
ad721dcdba
Add trace export grpc-gateway config ( #77 )
...
Add API configuration file and auto-generate command and for HTTP/JSON -> gRPC gateway for the OpenCensus trace exporter service.
This will enable the opencensus-service to implement an HTTP endpoint for exporting traces.
6 years ago
Dave Raffensperger
654f0722aa
Fix bazel build after bazel upgrade ( #154 )
...
The bazel build was failing due to a variety of deprecation issues.
This imports git_repository and http_archive from @bazel_tools//tools/build_defs/repo:http.bzl. This also required an upgrade to @io_bazel_rules_go , which then breaks @org_pubref_rules_protobuf//go:rules.bzl.
To fix that, this switches to using go_proto_library from @io_bazel_rules_go//proto:def.bzl, which required some changes to the build params.
6 years ago
Yang Song
b11a674341
README: Add gitter, javadoc and godoc badge. ( #151 )
...
* README: Add gitter and javadoc badge.
* Remove gitter lobby query string.
* Add GoDoc badge.
6 years ago
Yang Song
20341259ce
Update release versions for README. ( #150 )
6 years ago