From 975cce480f12d7abad2e371ad7b90e0cc805abd3 Mon Sep 17 00:00:00 2001 From: riddle xu Date: Fri, 26 Apr 2024 13:03:56 +0800 Subject: [PATCH] [Internal] Set OpenTelemetryTrace to ready (#3021) # Description Set OpenTelemetryTrace to ready in feature_list. # All Promptflow Contribution checklist: - [ ] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes. Co-authored-by: Yangtong Xu --- src/promptflow-core/promptflow/_utils/feature_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/promptflow-core/promptflow/_utils/feature_utils.py b/src/promptflow-core/promptflow/_utils/feature_utils.py index 730556601cc..2feb2c42378 100644 --- a/src/promptflow-core/promptflow/_utils/feature_utils.py +++ b/src/promptflow-core/promptflow/_utils/feature_utils.py @@ -64,7 +64,7 @@ def get_feature_list(): Feature( name="OpenTelemetryTrace", description="Support OpenTelemetry trace.", - state=FeatureState.E2ETEST, + state=FeatureState.READY, ), Feature( name="OpenaiVisionMessageFormat",