Skip to content

Commit

Permalink
Remove deprecated settings from obsreport
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <[email protected]>
  • Loading branch information
bogdandrutu committed Aug 16, 2022
1 parent 9e90e25 commit d8ade8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions obsreport/obsreport_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ type Exporter struct {

// ExporterSettings are settings for creating an Exporter.
type ExporterSettings struct {
// Deprecated: [v0.58.0] set the level in the ExporterSettings.ExporterCreateSettings.
Level configtelemetry.Level
ExporterID config.ComponentID
ExporterCreateSettings component.ExporterCreateSettings
}
Expand Down
2 changes: 0 additions & 2 deletions obsreport/obsreport_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ type Processor struct {

// ProcessorSettings are settings for creating a Processor.
type ProcessorSettings struct {
// Deprecated: [v0.58.0] set the level in the ProcessorSettings.ProcessorCreateSettings.
Level configtelemetry.Level
ProcessorID config.ComponentID
ProcessorCreateSettings component.ProcessorCreateSettings
}
Expand Down

0 comments on commit d8ade8d

Please sign in to comment.