Skip to content

Use integration test to cover key OTLP scenarios #2401

@cijothomas

Description

@cijothomas

Pre-req to #2142
We should improve the existing integration tests to add coverage for OTLP under various combinations of ExportProcessor/PeriodicReader and the networking library (reqwest/hyper/tonic).

The test infra already exists, but it is missing few things

  1. Metric is untested - Done refactor integration tests and add metrics coverage #2432
  2. Simple processor scenarios not covered.
  3. tokio::main vs normal main
  4. Any missing combinations.
  5. reqwest-blocking support is not working, and commented out -
    # cargo test --no-default-features --features "reqwest-blocking-client" -- --ignored
    . Need to be fixed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions