open-telemetry / wg-prometheus

Workgroup for building Prometheus-OTLP interoperability for the OTEL Collector and Prometheus related discussions.
Apache License 2.0
41 stars 6 forks source link

Remote write compliance: TestRemoteWrite/otelcollector/Summary #45

Closed rakyll closed 3 years ago

rakyll commented 3 years ago

The OpenTelemetry collector is not passing https://github.com/prometheus/compliance/tree/main/remote_write TestRemoteWrite/otelcollector/Summary.

=== CONT  TestRemoteWrite/otelcollector/Summary
    helpers.go:30:
            Error Trace:    helpers.go:30
                                        helpers.go:41
                                        helpers.go:52
                                        helpers.go:40
                                        helpers.go:29
                                        summary.go:30
                                        main_test.go:101
                                        main_test.go:65
            Error:          Not equal:
                            expected: 6
                            actual  : 0
            Test:           TestRemoteWrite/otelcollector/Summary
rakyll commented 3 years ago

Related to https://github.com/open-telemetry/wg-prometheus/issues/43.

alolita commented 3 years ago

Blocked on PR #3047 being merged in the Collector repo.