File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020use Hyperf \Tracer \SwitchManager ;
2121use Throwable ;
2222
23- class ElasticserachAspect extends AbstractAspect
23+ class ElasticsearchAspect extends AbstractAspect
2424{
2525 use SpanStarter;
2626
Original file line number Diff line number Diff line change 1515use GuzzleHttp \Client ;
1616use Hyperf \Tracer \Aspect \CoroutineAspect ;
1717use Hyperf \Tracer \Aspect \CreateTraceContextAspect ;
18- use Hyperf \Tracer \Aspect \ElasticserachAspect ;
18+ use Hyperf \Tracer \Aspect \ElasticsearchAspect ;
1919use Hyperf \Tracer \Aspect \GrpcAspect ;
2020use Hyperf \Tracer \Aspect \HttpClientAspect ;
2121use Hyperf \Tracer \Aspect \RedisAspect ;
@@ -53,7 +53,7 @@ public function __invoke(): array
5353 'aspects ' => [
5454 CoroutineAspect::class,
5555 CreateTraceContextAspect::class,
56- ElasticserachAspect ::class,
56+ ElasticsearchAspect ::class,
5757 GrpcAspect::class,
5858 HttpClientAspect::class,
5959 RedisAspect::class,
You can’t perform that action at this time.
0 commit comments