App下載

詞條

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

881.SpringCloud TimeWindow屬性

...程序中的重要概念。以下屬性可用于配置時間窗口計算。spring.cloud.stream.kafka.streams.timeWindow.length賦予此屬性后,您可以將TimeWindows bean自動連接到應(yīng)用程序中。該值以毫秒為單位。默認值:none。spring.cloud.stream.kafka.streams.timeWindow.a...

http://www.o2fo.com/scchinese/timewindow-property.html

882.SpringCloud 交互式查詢

...一個名為InteractiveQueryService的類。您可以在應(yīng)用程序中以Spring bean的身份進行訪問。從您的應(yīng)用程序訪問此bean的一種簡單方法是“自動裝配” bean。@Autowired private InteractiveQueryService interactiveQueryService;一旦獲得對此bean的訪問權(quán)限,...

http://www.o2fo.com/scchinese/interactive-query-.html

883.SpringCloud Brave的分布式跟蹤

從版本2.0.0開始,Spring Cloud Sleuth使用Brave作為跟蹤庫。因此,Sleuth不再負責(zé)存儲上下文,而是將工作委托給Brave。由于Sleuth與Brave具有不同的命名和標(biāo)記約定,因此我們決定從現(xiàn)在開始遵循Brave的約定。但是,如果要使用傳統(tǒng)的Sleu...

http://www.o2fo.com/scchinese/braves-distributed-tracking.html

884.SpringCloud 定制服務(wù)名稱

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

http://www.o2fo.com/scchinese/customized-service-name.html

885.SpringCloud 主機定位器

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

http://www.o2fo.com/scchinese/host-locator.html

886.SpringCloud OpenTracing

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

http://www.o2fo.com/scchinese/opentracing.html

887.SpringCloud RxJava

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

http://www.o2fo.com/scchinese/rxjava.html

888.SpringCloud Dubbo RPC支持

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

http://www.o2fo.com/scchinese/dubbo-rpc-support.html

889.SpringCloud UserInfoRestTemplateCustomizer

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

http://www.o2fo.com/scchinese/userinforesttemplatecustomizer.html

890.SpringCloud 變體2

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

http://www.o2fo.com/scchinese/variant-2.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

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

881.SpringCloud TimeWindow屬性

...程序中的重要概念。以下屬性可用于配置時間窗口計算。spring.cloud.stream.kafka.streams.timeWindow.length賦予此屬性后,您可以將TimeWindows bean自動連接到應(yīng)用程序中。該值以毫秒為單位。默認值:none。spring.cloud.stream.kafka.streams.timeWindow.a...

http://www.o2fo.com/scchinese/timewindow-property.html

882.SpringCloud 交互式查詢

...一個名為InteractiveQueryService的類。您可以在應(yīng)用程序中以Spring bean的身份進行訪問。從您的應(yīng)用程序訪問此bean的一種簡單方法是“自動裝配” bean。@Autowired private InteractiveQueryService interactiveQueryService;一旦獲得對此bean的訪問權(quán)限,...

http://www.o2fo.com/scchinese/interactive-query-.html

883.SpringCloud Brave的分布式跟蹤

從版本2.0.0開始,Spring Cloud Sleuth使用Brave作為跟蹤庫。因此,Sleuth不再負責(zé)存儲上下文,而是將工作委托給Brave。由于Sleuth與Brave具有不同的命名和標(biāo)記約定,因此我們決定從現(xiàn)在開始遵循Brave的約定。但是,如果要使用傳統(tǒng)的Sleu...

http://www.o2fo.com/scchinese/braves-distributed-tracking.html

884.SpringCloud 定制服務(wù)名稱

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

http://www.o2fo.com/scchinese/customized-service-name.html

885.SpringCloud 主機定位器

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

http://www.o2fo.com/scchinese/host-locator.html

886.SpringCloud OpenTracing

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

http://www.o2fo.com/scchinese/opentracing.html

887.SpringCloud RxJava

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

http://www.o2fo.com/scchinese/rxjava.html

888.SpringCloud Dubbo RPC支持

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

http://www.o2fo.com/scchinese/dubbo-rpc-support.html

889.SpringCloud UserInfoRestTemplateCustomizer

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

http://www.o2fo.com/scchinese/userinforesttemplatecustomizer.html

890.SpringCloud 變體2

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

http://www.o2fo.com/scchinese/variant-2.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

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

熱門課程