application.yml 1.2 KB
Newer Older
P
peng-yongsheng 已提交
1 2 3 4
#cluster:
#  zookeeper:
#    hostPort: localhost:2181
#    sessionTimeout: 100000
5 6 7
naming:
  jetty:
    host: localhost
wu-sheng's avatar
wu-sheng 已提交
8
    port: 10800
9
    context_path: /
10 11 12
remote:
  gRPC:
    host: localhost
wu-sheng's avatar
wu-sheng 已提交
13
    port: 11800
14
agent_gRPC:
15 16 17
  gRPC:
    host: localhost
    port: 11800
18
agent_jetty:
19 20 21 22
  jetty:
    host: localhost
    port: 12800
    context_path: /
P
peng-yongsheng 已提交
23 24 25 26 27
analysis_register:
  default:
analysis_jvm:
  default:
analysis_segment_parser:
28
  default:
29
    buffer_file_path: ../buffer/
30 31
    buffer_offset_max_file_size: 10M
    buffer_segment_max_file_size: 500M
32 33 34 35 36
ui:
  jetty:
    host: localhost
    port: 12800
    context_path: /
37
storage:
38 39 40 41 42 43 44 45 46 47 48
  elasticsearch:
    cluster_name: CollectorDBCluster
    cluster_transport_sniffer: true
    cluster_nodes: localhost:9300
    index_shards_number: 2
    index_replicas_number: 0
    ttl: 7
#storage:
#  h2:
#    url: jdbc:h2:tcp://localhost/~/test
#    user_name: sa
49 50 51 52 53 54 55 56 57
configuration:
  default:
    application_apdex_threshold: 2000
    service_error_rate_threshold: 10.00
    service_average_response_time_threshold: 2000
    instance_error_rate_threshold: 10.00
    instance_average_response_time_threshold: 2000
    application_error_rate_threshold: 10.00
    application_average_response_time_threshold: 2000