Duo Zhang created HBASE-29486: --------------------------------- Summary: Add deprecation cycle for traceRate field in PerformanceEvaluation Key: HBASE-29486 URL: https://issues.apache.org/jira/browse/HBASE-29486 Project: HBase Issue Type: Sub-task Components: PE, tooling Reporter: Duo Zhang
Currently there is no deprecation cycle. {code} /** * @deprecated Useless after switching to OpenTelemetry */ @Deprecated double traceRate = 0.0; {code} We need to add deprecation cycle so we know when can we remove it. -- This message was sent by Atlassian Jira (v8.20.10#820010)