diff --git a/manifests/rust.yml b/manifests/rust.yml index 1d525fc2402..e66efed167b 100644 --- a/manifests/rust.yml +++ b/manifests/rust.yml @@ -234,9 +234,13 @@ manifest: tests/parametric/test_otel_logs.py::Test_FR11_Telemetry::test_telemetry_metrics: # TODO: a lower version might be supported - declaration: missing_feature (Rust telemetry metrics are not submitted in time to run tests against) component_version: <0.4.1-dev+926c77a - tests/parametric/test_otel_logs.py::Test_FR13_Scope_Fields::test_scope_attributes_field: missing_feature (OpenTelemetry Rust SDK limitation - scope attributes not exported by opentelemetry-otlp) + tests/parametric/test_otel_logs.py::Test_FR13_Scope_Fields::test_scope_attributes_field: # TODO: a lower version might be supported + - declaration: missing_feature (OpenTelemetry Rust SDK limitation - scope attributes not exported by opentelemetry-otlp) + component_version: <0.4.1-dev+83c985c tests/parametric/test_otel_logs.py::Test_FR13_Scope_Fields::test_scope_schema_url_field: missing_feature (OpenTelemetry Rust SDK limitation - schema_url not exported by opentelemetry-otlp) - tests/parametric/test_otel_logs.py::Test_FR13_Scope_Fields::test_scope_version_field: missing_feature (OpenTelemetry Rust SDK limitation - scope version not exported by opentelemetry-otlp) + tests/parametric/test_otel_logs.py::Test_FR13_Scope_Fields::test_scope_version_field: # TODO: a lower version might be supported + - declaration: missing_feature (OpenTelemetry Rust SDK limitation - scope version not exported by opentelemetry-otlp) + component_version: <0.4.1-dev+83c985c tests/parametric/test_otel_metrics.py: v0.3.0 ? tests/parametric/test_otel_metrics.py::Test_Otel_Metrics_Api_Instrument::test_otel_histogram_add_non_negative_and_negative_values : missing_feature (OpenTelemetry Rust SDK does not filter negative values for Histogram.record(). This is a bug in the upstream SDK)