update thrift, opencensus, others (#893)

* update thrift, opencensus, others

* stats: update to opencensus 0.6.0 view api
This commit is contained in:
Reed Allman
2018-03-26 15:43:49 -07:00
committed by GitHub
parent 0ce5c4500b
commit 8af605cf3d
1266 changed files with 122191 additions and 28775 deletions

View File

@@ -201,7 +201,7 @@ func init() {
"uploaded log size",
[]tag.Key{appKey, pathKey},
uploadSizeMeasure,
view.DistributionAggregation{},
view.Distribution(),
)
if err != nil {
logrus.Fatalf("cannot create view: %v", err)
@@ -221,7 +221,7 @@ func init() {
"downloaded log size",
[]tag.Key{appKey, pathKey},
downloadSizeMeasure,
view.DistributionAggregation{},
view.Distribution(),
)
if err != nil {
logrus.Fatalf("cannot create view: %v", err)