Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[processor/spanmetrics] Fix concurrency bug causing premature key eviction #11149

Merged
merged 14 commits into from
Jul 12, 2022
Prev Previous commit
Next Next commit
Add changelog entry
Signed-off-by: albertteoh <[email protected]>
  • Loading branch information
albertteoh committed Jun 18, 2022
commit 5fc7387309e40256ce59c91c07490da5c07186be
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- `pkg/stanza`: Fix access to atomic variable without using atomic package (#11023)
- `exporter/awsemfexporter:`: Fix dead links in README.md. (#11027)
- `googlecloudexporter`: Fix (self-obs) point_count metric calculation, concurrent map write panic, and dropped log attributes (#11051)
- `spanmetricsprocessor`: Fix concurrency bug causing premature key eviction (#13406)

## v0.53.0

Expand Down