File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/no/ssb/dlp/pseudo/service/pseudo Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 99import io .micronaut .scheduling .TaskExecutors ;
1010import io .micronaut .scheduling .annotation .ExecuteOn ;
1111import io .micronaut .security .annotation .Secured ;
12+ import io .micronaut .tracing .annotation .NewSpan ;
1213import io .opentelemetry .instrumentation .annotations .AddingSpanAttributes ;
1314import io .opentelemetry .instrumentation .annotations .SpanAttribute ;
1415import io .opentelemetry .instrumentation .annotations .WithSpan ;
@@ -61,6 +62,7 @@ public class PseudoController {
6162 * @return HTTP response containing a {@link HttpResponse<Flowable>} object.
6263 */
6364
65+ @ NewSpan
6466 @ WithSpan ("pseudonyimze column" )
6567 @ AddingSpanAttributes
6668 @ Operation (summary = "Pseudonymize field" , description = "Pseudonymize a field." )
You can’t perform that action at this time.
0 commit comments