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

k8sprocessor: wrap metrics before sending further down the pipeline #837

Conversation

dmitryax
Copy link
Member

Description:
The wrapping was missed in k8sprocessor, so any new-style component down the pipeline would drop all the k8s tags added to metrics.

The wrapping was missed in k8sprocessor processor so any new-style component down the pipeline would drop all the k8s tags from the metrics.
@dmitryax dmitryax requested a review from a team as a code owner August 27, 2020 07:27
@project-bot project-bot bot added this to In progress in Collector Aug 27, 2020
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #837 into master will increase coverage by 16.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #837       +/-   ##
===========================================
+ Coverage   72.00%   88.14%   +16.14%     
===========================================
  Files          14      231      +217     
  Lines         600    12408    +11808     
===========================================
+ Hits          432    10937    +10505     
- Misses        144     1116      +972     
- Partials       24      355      +331     
Flag Coverage Δ
#integration 72.00% <ø> (ø)
#unit 87.96% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
processor/k8sprocessor/processor.go 96.29% <100.00%> (ø)
exporter/carbonexporter/metricdata_to_plaintext.go 86.11% <0.00%> (ø)
receiver/k8sclusterreceiver/collection/hpa.go 92.10% <0.00%> (ø)
...ver/kubeletstatsreceiver/kubelet/stats_provider.go 63.63% <0.00%> (ø)
.../awsxrayreceiver/internal/translator/addtoattrs.go 100.00% <0.00%> (ø)
extension/observer/endpoints.go 95.34% <0.00%> (ø)
...icexporter/internal/translator/elastic/metadata.go 100.00% <0.00%> (ø)
receiver/k8sclusterreceiver/collection/replica.go 100.00% <0.00%> (ø)
exporter/azuremonitorexporter/time_utils.go 100.00% <0.00%> (ø)
receiver/receivercreator/runner.go 53.33% <0.00%> (ø)
... and 213 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afe8750...d25622f. Read the comment docs.

Collector automation moved this from In progress to Reviewer approved Aug 27, 2020
@bogdandrutu bogdandrutu merged commit 466be2c into open-telemetry:master Aug 27, 2020
Collector automation moved this from Reviewer approved to Done Aug 27, 2020
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
…ces (#837)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
…/jaeger (#837)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: evantorrie <evantorrie@users.noreply.github.com>
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
codeboten pushed a commit that referenced this pull request Nov 23, 2022
* feat: support older pika versions

* update tox.ini

* update changelog

* take version from pika

* avoid exception when property name changes

* add callback attr name test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants