Skip to content

Commit

Permalink
bump collector to 0.29.0 (open-telemetry#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei authored and garrettwegan committed Jul 19, 2021
1 parent 232ed22 commit 9f98a3a
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 124 deletions.
4 changes: 2 additions & 2 deletions collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
type Collector struct {
factories component.Factories
parserProvider parserprovider.ParserProvider
svc *service.Application
svc *service.Collector
appDone chan struct{}
stopped bool
}
Expand Down Expand Up @@ -67,7 +67,7 @@ func NewCollector(factories component.Factories) *Collector {
}

func (c *Collector) Start() error {
params := service.Parameters{
params := service.CollectorSettings{
BuildInfo: component.BuildInfo{
Command: "otelcol",
Description: "Lambda Collector",
Expand Down
2 changes: 1 addition & 1 deletion collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ replace github.com/open-telemetry/opentelemetry-lambda/collector/lambdacomponent

require (
github.com/open-telemetry/opentelemetry-lambda/collector/lambdacomponents v0.0.0
go.opentelemetry.io/collector v0.27.0
go.opentelemetry.io/collector v0.29.0
)
Loading

0 comments on commit 9f98a3a

Please sign in to comment.