-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Description
in #2432 and the associated PR, we added integration tests for metrics.
However, HTTP-client exporters have issues that cause test failures, so they are skipped (we are only testing gRPC currently):
opentelemetry-rust/opentelemetry-otlp/tests/integration_test/tests/metrics.rs
Lines 186 to 194 in 551760b
| /// | |
| /// TODO - the HTTP metrics exporters do not seem to flush at the moment. | |
| /// TODO - fix this asynchronously. | |
| /// | |
| #[cfg(test)] | |
| #[cfg(not(feature = "hyper-client"))] | |
| #[cfg(not(feature = "reqwest-client"))] | |
| #[cfg(not(feature = "reqwest-blocking-client"))] | |
| mod tests { |
Remove this exclusion and fix the tests or the impl!
cijothomas
Metadata
Metadata
Assignees
Labels
No labels