-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[StatsD receiver]Add timing/histogram for statsD receiver as OTLP gauge #2973
[StatsD receiver]Add timing/histogram for statsD receiver as OTLP gauge #2973
Conversation
e6de5aa
to
e29c81f
Compare
Codecov Report
@@ Coverage Diff @@
## main #2973 +/- ##
==========================================
+ Coverage 91.55% 91.57% +0.02%
==========================================
Files 465 467 +2
Lines 22848 22904 +56
==========================================
+ Hits 20918 20974 +56
Misses 1437 1437
Partials 493 493
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
925be24
to
e2108fd
Compare
Let me know if this forward-looking configuration support plan seems to much of a burden. I hope it's not! The functionality looks 💯. |
9c4291a
to
44b91fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
69883df
to
69feb73
Compare
69feb73
to
d378f42
Compare
* Change With*Unmarshallers signatures; Rename variables in kafkaReceiverFactory * fix tests * rollback change to variables in kafkaReceiverFactory
* Change With*Unmarshallers signatures; Rename variables in kafkaReceiverFactory * fix tests * rollback change to variables in kafkaReceiverFactory
Description:
This PR is for timing/histogram support using OTLP gauge without aggregation. StatsD receiver receives
ms
orh
StatsD type and transfers to OTLP double gauge. We discussed this approach with community last month. Timing/histogram use OTLP gauge instead of OTLP histogram, because:I will implement timing/histogram using OTLP summary data type in the next PR. The user could choose using gauge or summary in config file after the next PR is ready.
Link to tracking Issue:
#2566
Testing:
Added unit tests.
Documentation: