Searched refs:Traced (Results 1 – 8 of 8) sorted by relevance
22 @Traced()27 @Traced(name = "custom-span-name")32 @Traced()37 @Traced(name = "blah")42 @Traced()
56 #### Traced Annotation58 The `opencensus-contrib-spring` package provides support for a `@Traced` annotation 65 To enable the `@Traced` annotation, include the `CensusSpringAspect` bean.68 <!-- traces explicit calls to Traced -->78 will be wrapped in a Span in the same way that `@Traced` wraps methods.92 with support for both `@Traced` and database connection tracing.107 <!-- traces explicit calls to Traced -->122 ### Traced Usage 124 Once configured, you can use the `@Traced` annotation to indicate that a method should 125 be wrapped with a `Span`. By default, `@Traced` will use the name of the method as the[all …]
164 Traced bool190 data.Traced = exp225 data.Traces = b.Copy(data.Traced)1041 {{if or $.Expanded $.Traced}}1047 {{if or (not $.Expanded) $.Traced}}1054 {{if or $.Expanded (not $.Traced)}}1055 <a href="?fam={{$.Family}}&b={{$.Bucket}}&rtraced=1">[Traced/Summary]</a>1057 [Traced/Summary]1059 {{if or (not $.Expanded) (not $.Traced)}}1060 <a href="?fam={{$.Family}}&b={{$.Bucket}}&exp=1&rtraced=1">[Traced/Expanded]</a>[all …]
61 Traced annotation = method.getAnnotation(Traced.class); in trace()
34 public @interface Traced { annotation
109 Traced = TraceMetaClass('Traced', (), {'__trace_output__': None}) variable114 class C(Traced):
60 // Traced steps.
25 - Add Spring support for `@Traced` annotation and java.sql.PreparedStatements