You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(java): activate flag eval metrics system tests
Enable tests/ffe/test_flag_eval_metrics.py for the Java SDK.
10 of 17 tests pass. 7 tests annotated as bug (FFL-1972) for
known DDEvaluator gaps:
- 2x reason mapping (targeting_match instead of static/split)
- 2x type mismatch (silent coercion instead of error)
- 2x parse error (invalid regex, variant type mismatch)
- 1x metric count (OTLP delta temporality points format)
Also adds opentelemetry-sdk-metrics and opentelemetry-exporter-otlp
to the Java Spring Boot weblog pom.xml, required for the
dd-openfeature provider's eval metrics OTel counter.
0 commit comments