Commit Graph

8 Commits

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

* rebase
2020-08-19 18:25:44 -07:00
Bogdan Drutu 358bec9a24
Change tail sampling processor to the new interface (#1592)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-08-19 09:45:52 -07:00
Bogdan Drutu 2b3744a7f8
Move test LoadConfigFile to configtest (#1421)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-07-23 15:18:35 -07:00
Bogdan Drutu 2c3bca6dca
Move example factories to componenttest (#1300)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-07-22 14:08:41 -07: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
James Bebbington 9ab50d3f93
Refactor testify assertions for nil errors to use the NoError function instead (#925) 2020-05-07 06:37:45 -07: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