Skip to content

Enable remaining HTTP clients in metrics integration testsΒ #2441

@scottgerring

Description

@scottgerring

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):

///
/// 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions