#配置HttpClient连接超时8s monitor.server.httpclient.connectTimeout=8000 #配置HttpClient读取超时4s monitor.server.httpclient.socketTimeout=4000 #配置HttpClient连接池获取连接实例的超时4s monitor.server.httpclient.connectRequestTimeout=4000 #配置HttpClient最大重连数,默认5次 monitor.server.httpclient.maxRedirects=5 #配置HttpClient连接池大小 monitor.server.httpclient.poolSize=40 #配置HttpClient字符集 monitor.server.httpclient.charset=UTF-8 #配置prometheus监控URL monitor.server.prometheus.url=http://10.110.200.62:9090/api/v1/query_range #配置prometheus受监控主机实例名 monitor.server.prometheus.name=container #配置prometheus受监控主机端口 monitor.server.prometheus.port=9100 #配置prometheus受监控主机网速监控device规则(en开头) monitor.server.prometheus.device=en.%2B #配置prometheus网络监控时长(默认监控device驱动,输出时长45s) monitor.server.prometheus.times=45 #配置多数据源 custom.datasource.names=db1 custom.datasource.db1.url=jdbc:oracle:thin:@10.110.200.45:1521/shenlan custom.datasource.db1.username=metro custom.datasource.db1.password=metropwd123 custom.datasource.db1.driver-class-name=oracle.jdbc.driver.OracleDriver #Mongo数据库参数配置 #登录用户所在数据库 spring.data.mongodb.authentication-database=admin #数据库的ip地址 spring.data.mongodb.host=10.128.151.3 #MongoDB端口号 spring.data.mongodb.port=27017 #用户账号 spring.data.mongodb.username=youqu #用户密码 spring.data.mongodb.password=fhyq123456 #指定使用的数据库,不必预先创建,不存在数据库会自动创建 spring.data.mongodb.database=snd_test