lightstep / telemetry-generator

An opentelemetry receiver that generates configurable metrics & traces to emulate live services
Apache License 2.0
18 stars 8 forks source link

bump collector version to latest #23

Closed kristinapathak closed 2 years ago

kristinapathak commented 2 years ago

What is the current behavior?

collector version at v0.35.0, incompatible to be built with components that are at a newer collector version

What is the new behavior?

collector version at v0.60.0


Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

Does this introduce a breaking change?

breaking change in "go.opentelemetry.io/collector/config/confighttp" package's HTTPServerSettings struct: previously included CORS settings inline, now it has a separate CORSSettings struct.

Other information