All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ynamictp.dynamic-tp-example-huawei-cloud.1.1.9.1-3.x.source-code.bootstrap.yml Maven / Gradle / Ivy

server:
  port: 9018

spring:
  application:
    # 微服务名称。 微服务名称定义好以后,后续不能变更。
    name: dynamic-tp-huawei-cloud-demo
  cloud:
    servicecomb:
      config:
        # 配置中心地址,本示例使用ServiceStage环境变量。建议保留这种配置方式,
        # 部署的时候,不用手工修改地址。
        serverAddr: ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110}
        serverType: kie
        # 自定义配置
        kie:
          customLabel: public
          customLabelValue: default
        # 自定义配置,使用文本的key/value配置项作为yaml格式配置
        fileSource: application.yaml

# 开启 SpringBoot Actuator Endpoint 暴露出DynamicTp指标接口
# 开启 prometheus 指标采集端点
management:
  endpoints:
    web:
      exposure:
        include: '*'   # 测试使用,线上不要用*,按需开启
  prometheus:
    metrics:
      export:
        enabled: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy