Skip to content

AWSEMFExporter - Adding SummaryDataType, Remove MinMax from Histogram #1584

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

Merged
merged 4 commits into from
Nov 16, 2020

Conversation

shaochengwang
Copy link
Contributor

@shaochengwang shaochengwang commented Nov 13, 2020

Description:
Inherited from #1564
Add SummaryDataType
Remove Min Max from Histogram data type

Link to tracking Issue:
#1510

Testing:
unit tests
manual end-to-end test

Documentation:
Add SummaryDataType since it's now supported
Remove Min Max from Histogram data type since the histogram buckets doesn't expose the Min and Max.

@shaochengwang shaochengwang requested a review from a team November 13, 2020 18:07
@shaochengwang shaochengwang changed the title Add summarydatatype AWSEMFExporter - Adding SummaryDataType, Remove MinMax from Histogram Nov 13, 2020
Copy link
Member

@mxiamxia mxiamxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov
Copy link

codecov bot commented Nov 13, 2020

Codecov Report

Merging #1584 (dba96f8) into master (095d6cd) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1584      +/-   ##
==========================================
- Coverage   89.33%   89.33%   -0.01%     
==========================================
  Files         355      355              
  Lines       17601    17610       +9     
==========================================
+ Hits        15724    15732       +8     
- Misses       1397     1398       +1     
  Partials      480      480              
Flag Coverage Δ
integration 70.86% <ø> (-0.07%) ⬇️
unit 87.98% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
exporter/awsemfexporter/metric_translator.go 94.97% <100.00%> (+0.21%) ⬆️
processor/groupbytraceprocessor/event.go 95.96% <0.00%> (-0.81%) ⬇️

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 095d6cd...dba96f8. Read the comment docs.

@bogdandrutu
Copy link
Member

Thanks for the PR

@bogdandrutu bogdandrutu merged commit 50d54dc into open-telemetry:master Nov 16, 2020
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
* Make Kafka payload encoding configurable

Signed-off-by: Pavol Loffay <[email protected]>

* Expose marshalers in factory

Signed-off-by: Pavol Loffay <[email protected]>

* Remove zipkin from exporter readme

Signed-off-by: Pavol Loffay <[email protected]>

* Make custom encodings optional in the factory

Signed-off-by: Pavol Loffay <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants