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

Signalfx exporter: Add sum aggregation to metric translations #573

Merged

Conversation

dmitryax
Copy link
Member

Description:
Add "sum" aggregation method to "aggregate_metric" translation rule in signalfx exporter.

Add sum option to aggregate_metric translation rule
@dmitryax dmitryax requested a review from a team as a code owner July 29, 2020 00:00
@project-bot project-bot bot added this to In progress in Collector Jul 29, 2020
@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #573 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #573      +/-   ##
==========================================
- Coverage   86.21%   86.21%   -0.01%     
==========================================
  Files         191      191              
  Lines       10362    10374      +12     
==========================================
+ Hits         8934     8944      +10     
- Misses       1101     1102       +1     
- Partials      327      328       +1     
Flag Coverage Δ
#integration 71.09% <ø> (ø)
#unit 86.04% <100.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
...xporter/signalfxexporter/translation/translator.go 96.39% <100.00%> (+0.20%) ⬆️
receiver/carbonreceiver/transport/tcp_server.go 65.71% <0.00%> (-1.91%) ⬇️

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 158e70c...e409f59. Read the comment docs.

Collector automation moved this from In progress to Reviewer approved Jul 29, 2020
@bogdandrutu bogdandrutu merged commit 16e6555 into open-telemetry:master Jul 29, 2020
Collector automation moved this from Reviewer approved to Done Jul 29, 2020
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
Update processors README.md
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
This avoids any issue with tests that live outside the package in
which the code they're testing resides, e.g.
api/trace/b3_propagator.go
codeboten pushed a commit that referenced this pull request Nov 23, 2022
Adding a TestBase class which wraps a tracer provider that is configured with a memory span
exporter.  This class inherits from unitest.TestCase, hence other test classes
can inherit from it to get access to the underlying memory span exporter and
tracer provider.

Adding a mock propagator that could be used for testing propagation in different packages.
It was implemented in the opentracing-shim and this commit moves it to a generic
place.

Adding disable_session(), which can be used to disable the instrumentation on a single
requests' session object.
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

2 participants