-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otel-arrow updates for Collector MetricLevel deprecation steps in v0.…
…119.0 (#287) Related to #280, follow-up to #283 and open-telemetry/opentelemetry-collector-contrib#37512. Now that the Collector-Contrib `otelarrowreceiver` in release v0.119.0 uses the `WithMeterProviderAlt` function, it is safe to change the signature of `WithMeterProvider` to follow through on the deprecation of `MetricsLevel`. After another otel-arrow release and subsequent contrib release, will remove the `Alt` function entirely. Finally, updated the `mdatagen` result in `concurrentbatchprocessor` to reflect the additional deprecation of `MetricsLevel` following upstream activity at https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor.
- Loading branch information
1 parent
d6d2822
commit 5cb3a6b
Showing
13 changed files
with
517 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
475 changes: 182 additions & 293 deletions
475
collector/processor/concurrentbatchprocessor/batch_processor_test.go
Large diffs are not rendered by default.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
collector/processor/concurrentbatchprocessor/generated_component_telemetry_test.go
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
collector/processor/concurrentbatchprocessor/generated_component_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 57 additions & 22 deletions
79
collector/processor/concurrentbatchprocessor/internal/metadata/generated_telemetry.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.