Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Change tail_sampling directory to match the package name. (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu committed Mar 2, 2019
1 parent a4e04da commit bf347b3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/occollector/app/collector/processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/census-instrumentation/opencensus-service/internal/collector/processor"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/nodebatcher"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/queued"
tailsampling "github.com/census-instrumentation/opencensus-service/internal/collector/processor/tail_sampling"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/tailsampling"
"github.com/census-instrumentation/opencensus-service/internal/collector/sampling"
"github.com/census-instrumentation/opencensus-service/internal/config"
mainprocessor "github.com/census-instrumentation/opencensus-service/processor"
Expand Down
2 changes: 1 addition & 1 deletion cmd/occollector/app/collector/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/census-instrumentation/opencensus-service/internal/collector/processor"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/nodebatcher"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/queued"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/tail_sampling"
"github.com/census-instrumentation/opencensus-service/internal/collector/processor/tailsampling"
"github.com/census-instrumentation/opencensus-service/internal/collector/telemetry"
)

Expand Down

0 comments on commit bf347b3

Please sign in to comment.