mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update thrift, opencensus, others (#893)
* update thrift, opencensus, others * stats: update to opencensus 0.6.0 view api
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user