From 01e69f2a03f865f6a8974278257c1e05fdfbdaf7 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:10:33 +0000 Subject: [PATCH] chore: activate easy wins for @DataDog/ml-observability Co-authored-by: github-actions[bot] --- manifests/java.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manifests/java.yml b/manifests/java.yml index 8e154daece3..9d206f9f0ce 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -3693,7 +3693,14 @@ manifest: tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_sample_rate_0_TS007: # Modified by easy win activation script - declaration: 'missing_feature (FIXME: Undefined behavior according the java tracer core team)' component_version: <1.58.2+06122213c8 - tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags: # TODO: a lower version might be supported + - declaration: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + component_version: <1.63.0 + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_annotated_to_llm_span: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_dedupes_across_annotations: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_in_annotation_context: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_invalid_entries_are_skipped: missing_feature (cost_tags not yet supported in Java LLMObs SDK) + tests/parametric/test_llm_observability/test_llm_observability.py::Test_CostTags::test_cost_tags_references_existing_span_tags: missing_feature (cost_tags not yet supported in Java LLMObs SDK) tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation: missing_feature (prompt annotation not supported in Java LLMObs SDK) tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation_default_id: missing_feature (prompt annotation not supported in Java LLMObs SDK) tests/parametric/test_llm_observability/test_llm_observability.py::Test_Prompts::test_prompt_annotation_in_annotation_context: missing_feature (prompt annotation not supported in Java LLMObs SDK)