29 lines
538 B
Bash
29 lines
538 B
Bash
PINPOINT_VERSION=2.4.0
|
|
SPRING_PROFILES=release
|
|
|
|
### Pinpoint-Collector
|
|
|
|
PINPOINT_COLLECTOR_NAME=pinpoint-collector
|
|
|
|
#zookeeper information required
|
|
PINPOINT_ZOOKEEPER_ADDRESS=
|
|
|
|
CLUSTER_ENABLE=true
|
|
|
|
COLLECTOR_LOGGING_LEVEL_ROOT=INFO
|
|
|
|
#grpc
|
|
COLLECTOR_RECEIVER_GRPC_AGENT_PORT=9991
|
|
COLLECTOR_RECEIVER_GRPC_STAT_PORT=9992
|
|
COLLECTOR_RECEIVER_GRPC_SPAN_PORT=9993
|
|
|
|
#thrift
|
|
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=
|
|
|
|
|