Commit Graph

7 Commits

Author SHA1 Message Date
Bogdan Drutu e7e6693926
Expose telemetry level in the configtelemetry (#1796)
Next PR will add a config setting that can be embedded in every component config.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-09-18 16:11:27 -07:00
Jay Camp 1e65674799
Update copyright (#1597)
* Update copyright

* rebase
2020-08-19 18:25:44 -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
Paulo Janotti b9dc8ec8a3
Update processor metrics to obsreport (#606)
Initial updates to migrate processor metrics to obsreport package, ie.: the new metrics.

Cleaned-up a bit some of the processor metrics and spelled out the rule names for new metrics.

Related to https://github.com/open-telemetry/opentelemetry-collector/issues/141

Testing: Added test for the processor common metrics, validated manually that legacy metrics were still working
2020-03-16 09:41:02 -04:00
Paulo Janotti 638fe03dc8
Use obsreport package on receivers (#578)
Move receivers to use the new obsreport package instead of the observability package.
2020-02-28 09:19:47 -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