Commit Graph

9 Commits

Author SHA1 Message Date
Bogdan Drutu 2a54e941a4
Move more old internal structs to old files, and rename funcs with Old (#1662)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-27 21:53:55 -07:00
Bogdan Drutu 42ac0eeafc
Move previous internal metrics package to dataold (#1658)
Need to re-generate the new internal metrics, but it is too much code to change,
so will move this to dataold (was internal anyway, so no public breaking change).

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-27 20:19:39 -07:00
Jay Camp 1e65674799
Update copyright (#1597)
* Update copyright

* rebase
2020-08-19 18:25:44 -07:00
Bogdan Drutu 5a523bf32e
Convert ocexporter to the new interfaces (#1571)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-17 18:13:31 -07:00
Nail Islamov be4d0cf5f3
Update protobuf from v1.3.5 to v1.4.2 and opencensus-proto from v0.2.1 to v0.3.0 (#1308)
* Update protobuf to v1.4.2

* Disable SA1019 linter check (requires using different protobuf packages)

* Update to opencensus-proto v0.3.0

* Embed unimplemented servers in OpenCensus receiver (required by new gRPC)

* Switch to go-cmp for comparing protobuf messages

* Document changes in the changelog

* Apply ignore lint rules to individual lines, fix trivial issues

* go mod tidy
2020-07-23 15:18:00 -07:00
Bruno Garcia 8aa2731844
Remove year from copyright (#964) 2020-05-26 12:44:22 -04:00
Bogdan Drutu a637b41c22
Change entire repo to use the new vanityurl go.opentelemetry.io/collector (#977)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-05-15 12:04:05 -07:00
Dmitrii Anoshin c7c58b3d13
Fix metric count methods for implicit metrics type (#883) 2020-04-28 00:05:25 -04:00
Bogdan Drutu 5e3b4e2cee
Add pdata.Metrics with an opaque internal data. (#839)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-04-16 09:01:18 -07:00