mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 11:06:36 +08:00
同步1.9.0
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
PINPOINT_VERSION=2.0.1
|
||||
SPRING_PROFILES=release
|
||||
|
||||
### Pinpoint-Collector
|
||||
|
||||
CLUSTER_ENABLE=true
|
||||
#zookeeper information required
|
||||
CLUSTER_ZOOKEEPER_ADDRESS=
|
||||
|
||||
#hbase information required
|
||||
HBASE_HOST=
|
||||
HBASE_PORT=
|
||||
|
||||
PINPOINT_COLLECTOR_NAME=pinpoint-collector
|
||||
|
||||
COLLECTOR_RECEIVER_AGENT_PORT=9991
|
||||
COLLECTOR_RECEIVER_METADATA_PORT=9991
|
||||
COLLECTOR_RECEIVER_STAT_PORT=9992
|
||||
COLLECTOR_RECEIVER_SPAN_PORT=9993
|
||||
COLLECTOR_RECEIVER_BASE_PORT=9994
|
||||
COLLECTOR_RECEIVER_STAT_UDP_PORT=9995
|
||||
COLLECTOR_RECEIVER_SPAN_UDP_PORT=9996
|
||||
|
||||
FLINK_CLUSTER_ENABLE=true
|
||||
FLINK_CLUSTER_ZOOKEEPER_ADDRESS=zoo1
|
||||
|
||||
COLLECTOR_DEBUG_LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user