This repository was archived by the owner on Nov 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
cmd/occollector/app/collector
internal/collector/processor/tailsampling Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030 "github.com/census-instrumentation/opencensus-service/internal/collector/processor"
3131 "github.com/census-instrumentation/opencensus-service/internal/collector/processor/nodebatcher"
3232 "github.com/census-instrumentation/opencensus-service/internal/collector/processor/queued"
33- tailsampling "github.com/census-instrumentation/opencensus-service/internal/collector/processor/tail_sampling "
33+ "github.com/census-instrumentation/opencensus-service/internal/collector/processor/tailsampling "
3434 "github.com/census-instrumentation/opencensus-service/internal/collector/sampling"
3535 "github.com/census-instrumentation/opencensus-service/internal/config"
3636 mainprocessor "github.com/census-instrumentation/opencensus-service/processor"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 "github.com/census-instrumentation/opencensus-service/internal/collector/processor"
3030 "github.com/census-instrumentation/opencensus-service/internal/collector/processor/nodebatcher"
3131 "github.com/census-instrumentation/opencensus-service/internal/collector/processor/queued"
32- "github.com/census-instrumentation/opencensus-service/internal/collector/processor/tail_sampling "
32+ "github.com/census-instrumentation/opencensus-service/internal/collector/processor/tailsampling "
3333 "github.com/census-instrumentation/opencensus-service/internal/collector/telemetry"
3434)
3535
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments