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
Bogdan Drutu
23a39c7cb6
Add support for Summary type and value. ( #110 )
...
* Add support for Summary type and value.
* Fix comments and remove required.
* Fix more comments.
6 years ago
Yang Song
a3c5631ffc
Add Maven status and instructions on adding dependencies. ( #115 )
6 years ago
songy23
359b6fdd86
Bump version to 0.0.3-SNAPSHOT
6 years ago
songy23
24333298e3
Bump version to 0.0.2
6 years ago
Yang Song
b5d98584d5
Update gen-go files. ( #114 )
6 years ago
Yang Song
dd59275fb8
Gradle: Add missing source and javadoc rules. ( #113 )
6 years ago
Bogdan Drutu
da6971d730
Add support for float attributes. ( #98 )
6 years ago
Bogdan Drutu
cbeb482511
Change from mean to sum in distribution. ( #109 )
6 years ago
songy23
3a6c8d90f8
Bump version to v0.0.2-SNAPSHOT
6 years ago
songy23
ba2c2de0a8
Bump version to v0.0.1
6 years ago
Yang Song
9c751640ae
Add releasing instructions in RELEASING.md. ( #106 )
...
* Add releasing instructions in RELEASING.md.
* Re-organize the sections.
6 years ago
Yang Song
f303ae3f8d
Add Gradle build rules for generating gRPC service and releasing to Maven. ( #102 )
...
* Add build rules for generating gRPC service and releasing to Maven.
* Update to use gRPC v1.14.0
* Update version name.
6 years ago
Yang Song
d3b7200dbd
Re-organize proto directory structure. ( #103 )
...
build.gradle and BUILD.bazel/WORKSPACE should not be under the same
directory, since they expect different directory layout for proto files.
6 years ago
Yang Song
91fbd9506c
Update gen-go files. ( #101 )
6 years ago
Yang Song
988957f1ce
Add a note about interceptors of other libraries. ( #94 )
6 years ago
Emmanuel T Odeke
f6d872a6e9
agent/common/v1: use exporter_version, core_library_version in LibraryInfo ( #100 )
...
By using:
* `exporter_version`(previously `version`, but same field id: 2)
* `core_library_version` -- version of OpenCensus Library
we can succinctly convey information to the agent about the
exporter and core libraries used.
Updates #99
6 years ago
Emmanuel T Odeke
ee2e6d8d42
opencensus/proto: add default Agent port to README ( #97 )
...
The chosen default agent port is 55678.
6 years ago
Yang Song
2333df4ffe
Update the message names for Config RPC. ( #93 )
...
* Update the message names for Config RPC.
* Update message order and name.
* Rename to UpdatedLibraryConfig.
* Update gen-go files.
6 years ago
Yang Song
3234379e22
Add details about agent protocol in the README. ( #88 )
...
* Add details about agent protocol in the README.
* Rewording.
* Leave a TODO about moving content.
6 years ago
Yang Song
8c13818d7d
Update gen-go files. ( #92 )
6 years ago
Emmanuel T Odeke
e7dbba35cc
agent/trace/v1: fix signature for Config and comments too ( #91 )
...
* Fix the signature for Config since the service sends
down to applications on a stream of ConfigTraceServiceRequests
and receives responses on a stream of ConfigTraceServiceResponses
* Update TraceService comments
Fixes #89
6 years ago
Yang Song
10f868359b
Update gen-go files. ( #86 )
...
* Update gen-go files.
* Remove outdated gen-go files.
* Update gen-go files with latest changes.
6 years ago
Bogdan Drutu
0f60ee61aa
Make tracestate a list instead of a map to preserve ordering. ( #84 )
...
* Make tracestate a list instead of a map to preserve ordering.
* Use plural for trace_state_entries.
* Refactor the Tracestate to be a message.
* Fix comments.
6 years ago
Bogdan Drutu
8ca5a1281f
Allow MetricDescriptor to be sent only the first time. ( #78 )
6 years ago
Yang Song
554e673286
Update mkgogen.sh. ( #85 )
6 years ago
Yang Song
3d9e99dce3
Add agent trace service proto definitions. ( #79 )
...
* Add agent trace service proto definitions.
* Update BUILD and import.
* Leave a TODO for adding go_proto_library rule.
6 years ago