| 22 | } |
| 23 | |
| 24 | func SearchMetaConditions() []Condition { |
| 25 | return []Condition{ |
| 26 | {Attribute: NewIntrinsic(IntrinsicTraceRootService), Op: OpNone}, |
| 27 | {Attribute: NewIntrinsic(IntrinsicTraceRootSpan), Op: OpNone}, |
| 28 | {Attribute: NewIntrinsic(IntrinsicTraceDuration), Op: OpNone}, |
| 29 | {Attribute: NewIntrinsic(IntrinsicTraceID), Op: OpNone}, |
| 30 | {Attribute: NewIntrinsic(IntrinsicTraceStartTime), Op: OpNone}, |
| 31 | {Attribute: NewIntrinsic(IntrinsicSpanID), Op: OpNone}, |
| 32 | {Attribute: NewIntrinsic(IntrinsicSpanStartTime), Op: OpNone}, |
| 33 | {Attribute: NewIntrinsic(IntrinsicDuration), Op: OpNone}, |
| 34 | {Attribute: NewIntrinsic(IntrinsicServiceStats), Op: OpNone}, |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | func ExemplarMetaConditions(cb func() bool) []Condition { |
| 39 | return []Condition{ |