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

na.csp.dew.monitor.1.5.0-Beta6.source-code.bootstrap-dew.yml Maven / Gradle / Ivy

spring:
  application:
    name: monitor
  boot:
    admin:
      discovery:
        converter:
          management-context-path: ${management.context-path} # The endpoints URL prefix
      routes:
        endpoints: env,metrics,dump,jolokia,info,configprops,trace,logfile,refresh,flyway,liquibase,heapdump,loggers,auditevents,hystrix.stream,turbine.stream
      turbine:
        clusters: default
        location: ${spring.application.name}

turbine:
  instanceUrlSuffix: ${management.context-path}/hystrix.stream
  aggregator:
    clusterConfig: default
  appConfig: hystrix-example
  clusterNameExpression: metadata['cluster']

security:
  basic:
    enabled: false

server:
  port: 12000

eureka:
  instance:
    metadata-map:
      cluster: default
  client:
    serviceUrl:
      defaultZone: http://registry:123456@localhost:8000/eureka

management:
  security:
    enabled: false
  context-path: /management-admin




© 2015 - 2025 Weber Informatics LLC | Privacy Policy