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
Yang Song
a97eda6b3a
Start 0.2.0 development cycle
6 years ago
Yang Song
f656f466c9
Add resource and metrics_service proto to mkgogen. Re-generate gen-go files. ( #147 )
...
* Add resource and metrics_service proto to mkgogen.
* Update gen-go files.
6 years ago
Fabian Reinartz
fc93f641b0
Add resource to protocol ( #137 )
...
Signed-off-by: Fabian Reinartz <freinartz@google.com>
6 years ago
Bogdan Drutu
61f8bc77ec
Fix generating the javadoc. ( #144 )
6 years ago
Yang Song
99162e4df5
Metrics/TimeSeries: start time should not be included while end time should. ( #142 )
6 years ago
Yang Song
bbcfad0758
README: Add instructions on using opencensus_proto with Bazel. ( #140 )
...
* README: Add instructions on using opencensus_proto with Bazel.
* Add git_repository instruction.
6 years ago
Yang Song
7c72602042
agent/README: update package info. ( #138 )
6 years ago
Yang Song
5f7f863c96
Agent: Add metrics service. ( #136 )
6 years ago
Yang Song
8b7083261d
Tracing: Add default limits to TraceConfig. ( #133 )
6 years ago
Yang Song
f7dc45390e
Remove a stale TODO. ( #134 )
6 years ago
Yang Song
a7dfdb5a28
README: Add a note about go_proto_library rules. ( #135 )
6 years ago
yancl
475e1d0ccf
add golang bazel build support ( #132 )
6 years ago
Yang Song
1aa555954f
Remove exporter protos from mkgogen. ( #128 )
6 years ago
Yang Song
1b4abee5b9
Update README and RELEASING. ( #130 )
...
* Update README and RELEASING.
* Use better releasing commands for Go.
6 years ago
Bogdan Drutu
1076b33d86
Change histogram buckets definition to be OpenMetrics compatible. ( #121 )
...
* Change histogram buckets definition to be OpenMetrics compatible.
* Improve comments.
* Use strictly increasing.
* Spelling mistake.
6 years ago
Yang Song
72d0978117
Remove exporter/v1 protos. ( #124 )
6 years ago
Yang Song
5a272b6d07
Clean up the README for Agent proto. ( #126 )
6 years ago
Bogdan Drutu
f13285007f
Change Quantiles to ValuesAtPercentile. ( #122 )
6 years ago
Bogdan Drutu
df894b5863
Extend the TraceService service to support export/config for multiple Applications. ( #119 )
...
* Extend the TraceService service to support export/config for multiple Applications.
* Fix comment grammer issue.
6 years ago
Yang Song
fe6b4079f0
Add specifications on Agent implementation details. ( #112 )
6 years ago
Yang Song
91e0b92e47
Update gitignore ( #118 )
6 years ago
Bogdan Drutu
d22fd70f04
Remove maven support. Not used. ( #116 )
6 years ago
Bogdan Drutu
a74b002d33
Add gauge distribution. ( #117 )
6 years ago