-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 host metadata synchronization #1039
Conversation
bd6acb4
to
21224e0
Compare
55a3c8f
to
e3ca399
Compare
a914693
to
0235014
Compare
Codecov Report
@@ Coverage Diff @@
## master #1039 +/- ##
==========================================
+ Coverage 89.59% 89.63% +0.03%
==========================================
Files 272 273 +1
Lines 13240 13302 +62
==========================================
+ Hits 11863 11923 +60
- Misses 1011 1013 +2
Partials 366 366
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
as discussed with @jrcamp it will be changes to use cloud unique id instead of host |
cd5b0b7
to
40a58bf
Compare
40a58bf
to
252f0c9
Compare
@dmitryax I think the PR has become too big. I think it'd be good to break it up at least into two pieces, one being stuff that came from smart agent that's already been vetted there and the second is new code that may need a closer look. |
252f0c9
to
34982aa
Compare
9436d96
to
71c3522
Compare
lgtm after the assert thing is fixed and #1100 is merged (should be soon) so that can be removed here. |
95c6798
to
3eb42a1
Compare
This change introduces host metadata updates functionality in Signalfx exporter. Synchronization happens once first metric batch is received. It looks for dimensions set by resourcedetection processor
3eb42a1
to
78987ba
Compare
@jrcamp , PR rebased |
Description:
This change introduces host metadata updates functionality in Signalfx exporter. Synchronization happens once first metric batch is received. It looks for dimensions set by resourcedetection processor