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

Fix telemetry labels propagation #835

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

kwapik
Copy link
Contributor

@kwapik kwapik commented Oct 28, 2022

Description of change

This fixes regression introduced in #828.

Dynamic Telemetry Flow Labels were added before labels filtering, which led them to be incorrectly filtered out.

Checklist
  • Tested in playground or other setup
  • Breaking changes

This change is Reviewable

@kwapik kwapik requested a review from a team as a code owner October 28, 2022 12:03
@codecov
Copy link

codecov bot commented Oct 28, 2022

Codecov Report

Base: 37.46% // Head: 37.47% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (8f7e41d) compared to base (7bef567).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 8f7e41d differs from pull request most recent head d4ca2d1. Consider uploading reports for the commit d4ca2d1 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   37.46%   37.47%           
=======================================
  Files         278      278           
  Lines       20488    20490    +2     
=======================================
+ Hits         7676     7678    +2     
  Misses      12332    12332           
  Partials      480      480           
Impacted Files Coverage Δ
...metricsprocessor/internal/check_response_labels.go 97.00% <100.00%> (+0.03%) ⬆️
pkg/otelcollector/metricsprocessor/processor.go 65.11% <100.00%> (+0.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kwapik kwapik force-pushed the kwapik/fix_telemetry_labels_propagation branch from 8f7e41d to d4ca2d1 Compare October 28, 2022 12:24
@kwapik kwapik merged commit 245e3cd into main Oct 28, 2022
@kwapik kwapik deleted the kwapik/fix_telemetry_labels_propagation branch October 28, 2022 12:31
kklimonda-fn pushed a commit that referenced this pull request Oct 28, 2022
### Description of change
This fixes regression introduced in
#828.

Dynamic Telemetry Flow Labels were added before labels filtering, which
led them to be incorrectly filtered out.

##### Checklist

- [x] Tested in playground or other setup
- [x] Breaking changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant