elastic / opentelemetry-lib

Apache License 2.0
0 stars 6 forks source link

Create a common test package for opentelemetry-lib remappers #22

Open gizas opened 2 weeks ago

gizas commented 2 weeks ago

Currently opentelemetry-lib includes no specific testing package. As we plan to merge more datastreams rather than hostmetrics (eg. kubernetes one), there are common fucntions that are being used in testing.

See eg here: https://github.com/elastic/opentelemetry-lib/pull/20/files#diff-973a344d29ac8e238d1e425d5a5ee843244cbe07fd85a3c1598704af3967a6d0

Plan of this issue is to move the common testing functions in a seperate testing package

gizas commented 2 weeks ago

Dont merge until https://github.com/elastic/opentelemetry-lib/pull/20#issuecomment-2165545553 is merged

cc @lahsivjar