Format
This commit is contained in:
		
							parent
							
								
									fc8d38185b
								
							
						
					
					
						commit
						fe6eecf830
					
				|  | @ -37,13 +37,12 @@ public final class ReactorHooksInstrumentation extends Instrumenter.Default { | ||||||
|   @Override |   @Override | ||||||
|   public String[] helperClassNames() { |   public String[] helperClassNames() { | ||||||
|     return new String[] { |     return new String[] { | ||||||
|         "io.opentelemetry.instrumentation.reactor.TracingOperator$Lifter", |       "io.opentelemetry.instrumentation.reactor.TracingOperator$Lifter", | ||||||
|         "io.opentelemetry.instrumentation.reactor.TracingOperator", |       "io.opentelemetry.instrumentation.reactor.TracingOperator", | ||||||
|         "io.opentelemetry.instrumentation.reactor.TracingSubscriber" |       "io.opentelemetry.instrumentation.reactor.TracingSubscriber" | ||||||
|     }; |     }; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|   @Override |   @Override | ||||||
|   public ElementMatcher<TypeDescription> typeMatcher() { |   public ElementMatcher<TypeDescription> typeMatcher() { | ||||||
|     return named("reactor.core.publisher.Hooks"); |     return named("reactor.core.publisher.Hooks"); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue