Commit Graph

9 Commits

Author SHA1 Message Date
Jay Camp 1e65674799
Update copyright (#1597)
* Update copyright

* rebase
2020-08-19 18:25:44 -07:00
Bogdan Drutu 686d45b414
Fix process to enable unparam (#1505)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-05 15:44:03 -07:00
Tomasz Piekarczyk 2fa73ea11b
Add unit tests to attribute filters (#226) (#1204)
Add missing unit tests to the currently implemented attribute filters (`stringAttributeFilter` and `numericAttributeFilter`)

**Link to tracking Issue:** 
This can be considered part of #226
2020-06-26 16:23:38 -04:00
Bruno Garcia 8aa2731844
Remove year from copyright (#964) 2020-05-26 12:44:22 -04:00
Bogdan Drutu a637b41c22
Change entire repo to use the new vanityurl go.opentelemetry.io/collector (#977)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-05-15 12:04:05 -07:00
Bogdan Drutu c8a9ca0f0e
Remove unnecessary .nocover, there is an empty_test.go file there. (#727)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-03-27 20:42:12 -07:00
Annanay Agarwal 454fa8e4f0 Add debug logging to tail sampling filters (#463)
* Add debug logging to tail sampling filters

Signed-off-by: Annanay <annanayagarwal@gmail.com>

* Correct import order

Signed-off-by: Annanay <annanayagarwal@gmail.com>
2020-01-15 10:14:37 -08:00
ferhat elmas 84c996bd27 Use empty struct in string-attribute-filter (#425) 2019-12-04 10:47:45 -08:00
Steve Flanders e7f231e931 Move probablistic and tail sampling processors under common parent (#399)
* Move probablistic and tail sampling processors under common parent

Phase 1 change to defining sampling processors. This structure follows
what is done in the receiver and exporter folders.

* Import from proper directory for sampling
2019-10-15 12:05:28 -07:00