open-telemetry / prometheus-interoperability-spec

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/Counter #40

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/Counter.

=== CONT  TestRemoteWrite/otelcollector/Counter
    counter.go:35:
            Error Trace:    counter.go:35
                                        main_test.go:101
                                        main_test.go:65
            Error:          Should be true
            Test:           TestRemoteWrite/otelcollector/Counter
            Messages:       found zero samples for {__name__="counter"}
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 in Collector; waiting to be merged.