The following commands were run to prepare this release: - make chlog-update VERSION=v1.30.0/v0.124.0 - make prepare-release PREVIOUS_VERSION=1[.]29[.]0 RELEASE_CANDIDATE=1.30.0 MODSET=stable - make prepare-release PREVIOUS_VERSION=0[.]123[.]0 RELEASE_CANDIDATE=0.124.0 MODSET=beta |
||
|---|---|---|
| .. | ||
| internal/metadata | ||
| testdata | ||
| Makefile | ||
| README.md | ||
| config.go | ||
| factory.go | ||
| factory_test.go | ||
| generated_component_test.go | ||
| generated_package_test.go | ||
| go.mod | ||
| go.sum | ||
| memorylimiter.go | ||
| memorylimiter_test.go | ||
| metadata.yaml | ||
README.md
Memory Limiter Extension
| Status | |
|---|---|
| Stability | development |
| Distributions | [] |
| Issues |
The memory limiter extension is used to prevent out of memory situations on the collector. The extension will potentially replace the Memory Limiter Processor. It provides better guarantees from running out of memory as it will be used by the receivers to reject requests before converting them into OTLP. All the configurations are the same as Memory Limiter Processor. The extension is under development and does nothing.
see memorylimiterprocessor for additional details