pinpoint-docker-fork/pinpoint-collector/.env

24 lines
428 B
Bash
Raw Normal View History

2018-05-11 10:16:42 +00:00
PINPOINT_VERSION=1.7.3
2018-05-11 09:30:45 +00:00
### 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_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