chore: trim observability surface docs

This commit is contained in:
lingniu
2026-07-01 15:42:55 +08:00
parent 4d9779e088
commit bf6f94afbb
4 changed files with 18 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 为 Handler 方法开启 OpenTelemetry span
* 为 Handler 方法标记轻量 traceId 诊断名称
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)