Skip to content

Commit

Permalink
chore(otel): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 11, 2024
1 parent 4d12b76 commit 0434fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/otel/src/lib/decorator.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export type TraceScopeParamType = string | TraceScopeType
export type TraceScopeType = symbol | object

export interface DecoratorTraceData {
/** tags */
attrs?: Attributes
/** logs */
events?: Attributes
rootAttrs?: Attributes
rootEvents?: Attributes
Expand Down

0 comments on commit 0434fef

Please sign in to comment.