App下載

詞條

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

1061.SpringCloud 同步休息模板

...Span。收到響應(yīng)后關(guān)閉。要阻止同步RestTemplate功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將RestTemplate注冊為bean,以便注入攔截器。如果使用關(guān)鍵字new創(chuàng)建一個RestTemplate實例,則檢測不起作用。

http://www.o2fo.com/scchinese/synchronize-rest-template.html

1062.SpringCloud WebClient

...錯誤時回調(diào),負(fù)責(zé)關(guān)閉客戶端spans。要阻止此功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將WebClient注冊為bean,以便應(yīng)用跟蹤工具。如果您使用關(guān)鍵字new創(chuàng)建一個WebClient實例,則檢測無效。

http://www.o2fo.com/scchinese/springcloud-webclient.html

1063.SpringCloud Apache HttpClientBuilder和HttpAsyncClientBuilder

我們對HttpClientBuilder和HttpAsyncClientBuilder進(jìn)行檢測,以便將跟蹤上下文注入已發(fā)送的請求中。要阻止這些功能,請將spring.sleuth.web.client.enabled設(shè)置為false。

http://www.o2fo.com/scchinese/apache-httpclientbuilder-and-httpasyncclientbuilder.html

1064.SpringCloud 凈值HttpClient

我們對Netty的HttpClient進(jìn)行檢測。 要阻止此功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將HttpClient注冊為bean,以便進(jìn)行檢測。如果您使用new關(guān)鍵字創(chuàng)建HttpClient實例,則檢測無效。

http://www.o2fo.com/scchinese/net-worth-httpclient.html

1065.SpringCloud Executor,ExecutorService和ScheduledExecutorService

...s實現(xiàn)了您想從跨度創(chuàng)建中排除的Executor接口,則可以使用spring.sleuth.async.ignored-beans屬性,在其中可以提供bean名稱的列表。定制執(zhí)行者有時,您需要設(shè)置AsyncExecutor的自定義實例。以下示例顯示如何設(shè)置這樣的自定義Executor:@Configu...

http://www.o2fo.com/scchinese/executor-executorservice-and-timedexecutorservice.html

1066.SpringCloud Zuul

我們通過跟蹤信息豐富Ribbon請求來檢測Zuul Ribbon集成。要禁用Zuul支持,請將spring.sleuth.zuul.enabled屬性設(shè)置為false。

http://www.o2fo.com/scchinese/springcloud-zuul.html

1067.SpringCloud Consul Agent

Consul Agent客戶端必須可用于所有Spring Cloud Consul應(yīng)用程序。默認(rèn)情況下,代理客戶端應(yīng)位于localhost:8500。有關(guān)如何啟動代理客戶端以及如何連接到Consul Agent服務(wù)器集群的詳細(xì)信息,請參閱代理文檔。為了進(jìn)行開發(fā),安裝consul后,可...

http://www.o2fo.com/scchinese/consul-agent.html

1068.SpringCloud 定制

Consul Config可以使用以下屬性來自定義:bootstrap.yml。 spring: cloud: consul: config: enabled: true prefix: configuration defaultContext: apps profileSeparator: '::' enabled將此值設(shè)置為“ false”將禁用Consul Configprefix設(shè)置配置值的基本文件夾defaultContext設(shè)置...

http://www.o2fo.com/scchinese/springcloud-customization.html

1069.SpringCloud 快速失敗

...試場景)可能會很方便而不會失敗。在bootstrap.yml中設(shè)置spring.cloud.consul.config.failFast=false將使配置模塊記錄警告而不是引發(fā)異常。這將允許應(yīng)用程序繼續(xù)正常啟動。

http://www.o2fo.com/scchinese/rapid-failure.html

1070.SpringCloud 實例狀態(tài)

...rvice Discovery配方不支持此行為。)利用靈活的有效負(fù)載,Spring云Zookeeper通過更新某些特定的元數(shù)據(jù),然后在過濾器中的該元數(shù)據(jù)上進(jìn)行過濾,來實現(xiàn)OUT_OF_SERVICE。 Ribbon ZookeeperServerList。ZookeeperServerList過濾掉所有不等于UP的非空實...

http://www.o2fo.com/scchinese/instance-status.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1061.SpringCloud 同步休息模板

...Span。收到響應(yīng)后關(guān)閉。要阻止同步RestTemplate功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將RestTemplate注冊為bean,以便注入攔截器。如果使用關(guān)鍵字new創(chuàng)建一個RestTemplate實例,則檢測不起作用。

http://www.o2fo.com/scchinese/synchronize-rest-template.html

1062.SpringCloud WebClient

...錯誤時回調(diào),負(fù)責(zé)關(guān)閉客戶端spans。要阻止此功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將WebClient注冊為bean,以便應(yīng)用跟蹤工具。如果您使用關(guān)鍵字new創(chuàng)建一個WebClient實例,則檢測無效。

http://www.o2fo.com/scchinese/springcloud-webclient.html

1063.SpringCloud Apache HttpClientBuilder和HttpAsyncClientBuilder

我們對HttpClientBuilder和HttpAsyncClientBuilder進(jìn)行檢測,以便將跟蹤上下文注入已發(fā)送的請求中。要阻止這些功能,請將spring.sleuth.web.client.enabled設(shè)置為false。

http://www.o2fo.com/scchinese/apache-httpclientbuilder-and-httpasyncclientbuilder.html

1064.SpringCloud 凈值HttpClient

我們對Netty的HttpClient進(jìn)行檢測。 要阻止此功能,請將spring.sleuth.web.client.enabled設(shè)置為false。 您必須將HttpClient注冊為bean,以便進(jìn)行檢測。如果您使用new關(guān)鍵字創(chuàng)建HttpClient實例,則檢測無效。

http://www.o2fo.com/scchinese/net-worth-httpclient.html

1065.SpringCloud Executor,ExecutorService和ScheduledExecutorService

...s實現(xiàn)了您想從跨度創(chuàng)建中排除的Executor接口,則可以使用spring.sleuth.async.ignored-beans屬性,在其中可以提供bean名稱的列表。定制執(zhí)行者有時,您需要設(shè)置AsyncExecutor的自定義實例。以下示例顯示如何設(shè)置這樣的自定義Executor:@Configu...

http://www.o2fo.com/scchinese/executor-executorservice-and-timedexecutorservice.html

1066.SpringCloud Zuul

我們通過跟蹤信息豐富Ribbon請求來檢測Zuul Ribbon集成。要禁用Zuul支持,請將spring.sleuth.zuul.enabled屬性設(shè)置為false。

http://www.o2fo.com/scchinese/springcloud-zuul.html

1067.SpringCloud Consul Agent

Consul Agent客戶端必須可用于所有Spring Cloud Consul應(yīng)用程序。默認(rèn)情況下,代理客戶端應(yīng)位于localhost:8500。有關(guān)如何啟動代理客戶端以及如何連接到Consul Agent服務(wù)器集群的詳細(xì)信息,請參閱代理文檔。為了進(jìn)行開發(fā),安裝consul后,可...

http://www.o2fo.com/scchinese/consul-agent.html

1068.SpringCloud 定制

Consul Config可以使用以下屬性來自定義:bootstrap.yml。 spring: cloud: consul: config: enabled: true prefix: configuration defaultContext: apps profileSeparator: '::' enabled將此值設(shè)置為“ false”將禁用Consul Configprefix設(shè)置配置值的基本文件夾defaultContext設(shè)置...

http://www.o2fo.com/scchinese/springcloud-customization.html

1069.SpringCloud 快速失敗

...試場景)可能會很方便而不會失敗。在bootstrap.yml中設(shè)置spring.cloud.consul.config.failFast=false將使配置模塊記錄警告而不是引發(fā)異常。這將允許應(yīng)用程序繼續(xù)正常啟動。

http://www.o2fo.com/scchinese/rapid-failure.html

1070.SpringCloud 實例狀態(tài)

...rvice Discovery配方不支持此行為。)利用靈活的有效負(fù)載,Spring云Zookeeper通過更新某些特定的元數(shù)據(jù),然后在過濾器中的該元數(shù)據(jù)上進(jìn)行過濾,來實現(xiàn)OUT_OF_SERVICE。 Ribbon ZookeeperServerList。ZookeeperServerList過濾掉所有不等于UP的非空實...

http://www.o2fo.com/scchinese/instance-status.html

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

w3cschool 建議您:

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

熱門課程