App下載

詞條

大約有 1,300 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,398 項。(搜索耗時:0.0024秒)

891.SpringCloud 定制服務名稱

...假定在將跨度發(fā)送到Zipkin時,您希望跨度的服務名稱等于spring.application.name屬性的值。但是,并非總是如此。在某些情況下,您想為來自應用程序的所有spans顯式提供一個不同的服務名稱。為此,可以將以下屬性傳遞給應用程序...

http://m.hgci.cn/scchinese/customized-service-name.html

892.SpringCloud 主機定位器

...服務注冊表中的已注冊實例中檢索主機地址,則必須設置spring.zipkin.locator.discovery.enabled屬性(該屬性適用于基于HTTP和基于流的跨度報告),如下: spring.zipkin.locator.discovery.enabled: true

http://m.hgci.cn/scchinese/host-locator.html

893.SpringCloud OpenTracing

Spring Cloud Sleuth與OpenTracing兼容。如果您在類路徑上具有OpenTracing,我們將自動注冊OpenTracing Tracer bean。如果您要禁用此功能,請將spring.sleuth.opentracing.enabled設置為false

http://m.hgci.cn/scchinese/opentracing.html

894.SpringCloud RxJava

...否已經(jīng)進行了跟蹤。要禁用自定義RxJavaSchedulersHook,請將spring.sleuth.rxjava.schedulers.hook.enabled設置為false。您可以為不想為其創(chuàng)建spans的線程名稱定義一個正則表達式列表。為此,請在spring.sleuth.rxjava.schedulers.ignoredthreads屬性中提供用...

http://m.hgci.cn/scchinese/rxjava.html

895.SpringCloud Dubbo RPC支持

通過與Brave的集成,Spring Cloud Sleuth支持Dubbo。添加brave-instrumentation-dubbo依賴項就足夠了:<dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-instrumentation-dubbo</artifactId> </dependency>您還需要設置一個包含以...

http://m.hgci.cn/scchinese/dubbo-rpc-support.html

896.SpringCloud UserInfoRestTemplateCustomizer

我們檢測Spring Security的UserInfoRestTemplateCustomizer。要阻止此功能,請將spring.sleuth.web.client.enabled設置為false。

http://m.hgci.cn/scchinese/userinforesttemplatecustomizer.html

897.SpringCloud 變體2

Grpc Spring Boot Starter自動檢測到Spring Cloud Sleuth的存在以及brave為gRPC提供的工具,并注冊了必要的客戶端和/或服務器工具。

http://m.hgci.cn/scchinese/variant-2.html

898.SpringCloud @Async帶注釋的方法

Spring Cloud Sleuth中,我們檢測與異步相關的組件,以便在線程之間傳遞跟蹤信息。您可以通過將spring.sleuth.async.enabled的值設置為false來禁用此行為。如果您使用@Async注釋方法,我們將自動創(chuàng)建具有以下特征的新Span:如果該方法...

http://m.hgci.cn/scchinese/async-annotated-method.html

899.SpringCloud 項目Reactor

對于取決于項目Reactor的項目,例如Spring Cloud網(wǎng)關,建議將spring.sleuth.reactor.decorate-on-each選項設置為false。這樣,與標準儀器機制相比,應觀察到性能提高。此選項的作用是它將包裝修飾符onLast而不是onEach,這將導致創(chuàng)建的對象少...

http://m.hgci.cn/scchinese/project-reactor.html

900.SpringCloud 帶有Hystrix的斷路器

通過在項目pom.xml:spring-cloud-starter-hystrix中包含此啟動程序,應用程序可以使用Spring Cloud Netflix項目提供的Hystrix斷路器。Hystrix不依賴Netflix Discovery Client。@EnableHystrix批注應放在配置類(通常是主類)上。然后可以用@HystrixCommand注...

http://m.hgci.cn/scchinese/circuit-breaker-with-hystrix.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

891.SpringCloud 定制服務名稱

...假定在將跨度發(fā)送到Zipkin時,您希望跨度的服務名稱等于spring.application.name屬性的值。但是,并非總是如此。在某些情況下,您想為來自應用程序的所有spans顯式提供一個不同的服務名稱。為此,可以將以下屬性傳遞給應用程序...

http://m.hgci.cn/scchinese/customized-service-name.html

892.SpringCloud 主機定位器

...服務注冊表中的已注冊實例中檢索主機地址,則必須設置spring.zipkin.locator.discovery.enabled屬性(該屬性適用于基于HTTP和基于流的跨度報告),如下: spring.zipkin.locator.discovery.enabled: true

http://m.hgci.cn/scchinese/host-locator.html

893.SpringCloud OpenTracing

Spring Cloud Sleuth與OpenTracing兼容。如果您在類路徑上具有OpenTracing,我們將自動注冊OpenTracing Tracer bean。如果您要禁用此功能,請將spring.sleuth.opentracing.enabled設置為false

http://m.hgci.cn/scchinese/opentracing.html

894.SpringCloud RxJava

...否已經(jīng)進行了跟蹤。要禁用自定義RxJavaSchedulersHook,請將spring.sleuth.rxjava.schedulers.hook.enabled設置為false。您可以為不想為其創(chuàng)建spans的線程名稱定義一個正則表達式列表。為此,請在spring.sleuth.rxjava.schedulers.ignoredthreads屬性中提供用...

http://m.hgci.cn/scchinese/rxjava.html

895.SpringCloud Dubbo RPC支持

通過與Brave的集成,Spring Cloud Sleuth支持Dubbo。添加brave-instrumentation-dubbo依賴項就足夠了:<dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-instrumentation-dubbo</artifactId> </dependency>您還需要設置一個包含以...

http://m.hgci.cn/scchinese/dubbo-rpc-support.html

896.SpringCloud UserInfoRestTemplateCustomizer

我們檢測Spring Security的UserInfoRestTemplateCustomizer。要阻止此功能,請將spring.sleuth.web.client.enabled設置為false。

http://m.hgci.cn/scchinese/userinforesttemplatecustomizer.html

897.SpringCloud 變體2

Grpc Spring Boot Starter自動檢測到Spring Cloud Sleuth的存在以及brave為gRPC提供的工具,并注冊了必要的客戶端和/或服務器工具。

http://m.hgci.cn/scchinese/variant-2.html

898.SpringCloud @Async帶注釋的方法

Spring Cloud Sleuth中,我們檢測與異步相關的組件,以便在線程之間傳遞跟蹤信息。您可以通過將spring.sleuth.async.enabled的值設置為false來禁用此行為。如果您使用@Async注釋方法,我們將自動創(chuàng)建具有以下特征的新Span:如果該方法...

http://m.hgci.cn/scchinese/async-annotated-method.html

899.SpringCloud 項目Reactor

對于取決于項目Reactor的項目,例如Spring Cloud網(wǎng)關,建議將spring.sleuth.reactor.decorate-on-each選項設置為false。這樣,與標準儀器機制相比,應觀察到性能提高。此選項的作用是它將包裝修飾符onLast而不是onEach,這將導致創(chuàng)建的對象少...

http://m.hgci.cn/scchinese/project-reactor.html

900.SpringCloud 帶有Hystrix的斷路器

通過在項目pom.xml:spring-cloud-starter-hystrix中包含此啟動程序,應用程序可以使用Spring Cloud Netflix項目提供的Hystrix斷路器。Hystrix不依賴Netflix Discovery Client。@EnableHystrix批注應放在配置類(通常是主類)上。然后可以用@HystrixCommand注...

http://m.hgci.cn/scchinese/circuit-breaker-with-hystrix.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程