更新 auth/src/main/resources/application.yml
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://192.168.1.14:3306/test3?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=true
|
url: jdbc:mysql:/:3306/test3?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=true
|
||||||
username: root
|
username:
|
||||||
password: lingxiao
|
password:
|
||||||
hikari:
|
hikari:
|
||||||
minimum-idle: 3
|
minimum-idle: 3
|
||||||
maximum-pool-size: 10000
|
maximum-pool-size: 10000
|
||||||
@@ -19,10 +19,10 @@ spring:
|
|||||||
allow-bean-definition-overriding: true
|
allow-bean-definition-overriding: true
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
port: 6379
|
port:
|
||||||
database: 1
|
database: 1
|
||||||
host: 192.168.1.14
|
host:
|
||||||
password: lingxiao
|
password:
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
max-active: 2000
|
max-active: 2000
|
||||||
@@ -43,13 +43,13 @@ management:
|
|||||||
otlp:
|
otlp:
|
||||||
metrics:
|
metrics:
|
||||||
export:
|
export:
|
||||||
url: http://192.168.1.14:9090/api/v1/otlp/v1/metrics #Prometheus otlp协议 http地址
|
url: http:///api/v1/otlp/v1/metrics #Prometheus otlp协议 http地址
|
||||||
step: 30s
|
step: 30s
|
||||||
opentelemetry:
|
opentelemetry:
|
||||||
tracing:
|
tracing:
|
||||||
export:
|
export:
|
||||||
otlp:
|
otlp:
|
||||||
endpoint: http://192.168.1.14:4317/v1/traces #Jaeger otlp协议 grpc地址
|
endpoint: http://:4317/v1/traces #Jaeger otlp协议 grpc地址
|
||||||
transport: grpc
|
transport: grpc
|
||||||
# endpoint: http://localhost:4318/v1/traces
|
# endpoint: http://localhost:4318/v1/traces
|
||||||
# transport: http
|
# transport: http
|
||||||
@@ -57,5 +57,5 @@ management:
|
|||||||
logging:
|
logging:
|
||||||
export:
|
export:
|
||||||
otlp:
|
otlp:
|
||||||
endpoint: http://192.168.1.14:32664/otlp/v1/logs #Loki otlp协议 grpc地址
|
endpoint: http://:32664/otlp/v1/logs #Loki otlp协议 grpc地址
|
||||||
# transport: grpc
|
# transport: grpc
|
||||||
Reference in New Issue
Block a user